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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
195 B
Plaintext
Raw Normal View History

2024-07-10 17:55:51 -05:00
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