rust/tests/ui/tool-attributes/invalid-tool.stderr

9 lines
195 B
Plaintext

error: `register_tool` only accepts identifiers
--> $DIR/invalid-tool.rs:3:18
|
LL | #![register_tool(1)]
| ^ not an identifier
error: aborting due to 1 previous error