2021-09-17 13:08:56 -07:00
|
|
|
error: malformed `path` attribute input
|
|
|
|
--> $DIR/path-macro.rs:5:1
|
|
|
|
|
|
|
|
|
LL | #[path = foo!()]
|
|
|
|
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-17 13:08:56 -07:00
|
|
|
|