-
-
Notifications
You must be signed in to change notification settings - Fork 21
Non-expression macro in expression position #60
Copy link
Copy link
Closed
Description
error: expected expression, found `<eof>`
--> C:\Users\.1qxz\RustroverProjects\steall\target\debug\build\rustversion-58f9cd208a72563e\out\version.expr:0:1
|
error: non-expression macro in expression position: include
--> C:\Users\.1qxz\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\rustversion-1.0.20\src\lib.rs:220:30
|
220 | const RUSTVERSION: Version = include!(concat!(env!("OUT_DIR"), "\\version.expr"));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: could not compile `rustversion` (lib) due to 2 previous errors
The file version.expr is empty.
I didn't find any other errors in the console.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels