rust/tests/ui/modules/path-invalid-form.stderr

9 lines
207 B
Plaintext

error: malformed `path` attribute input
--> $DIR/path-invalid-form.rs:1:1
|
LL | #[path = 123]
| ^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
error: aborting due to 1 previous error