blob: c85a83ea12fd4391761282148c61e9d507d681f7 [file] [log] [blame]
David Tolnaycf966642020-05-11 19:32:44 -07001error: unexpected token
2 --> $DIR/include.rs:4:28
3 |
44 | include!("path/to" what);
5 | ^^^^
6
7error: unexpected token
8 --> $DIR/include.rs:5:28
9 |
105 | include!(<path/to> what);
11 | ^^^^
12
13error: expected `>`
14 --> $DIR/include.rs:6:17
15 |
166 | include!(<path/to);
17 | ^^^^^^^^^^
18
19error: unexpected token in include path
20 --> $DIR/include.rs:7:23
21 |
227 | include!(<path[to]>);
23 | ^^^^
24
25error: expected "quoted/path/to" or <bracketed/path/to>
26 --> $DIR/include.rs:8:18
27 |
288 | include!(...);
29 | ^^^