]> git.lizzy.rs Git - rust.git/blob - src/test/ui/modules/path-invalid-form.stderr
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / modules / path-invalid-form.stderr
1 error: malformed `path` attribute input
2   --> $DIR/path-invalid-form.rs:1:1
3    |
4 LL | #[path = 123]
5    | ^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
6
7 error: aborting due to previous error
8