1
Fork 0
rust/tests/ui/tool-attributes/nested-disallowed.stderr
2025-03-17 01:16:47 -04:00

8 lines
214 B
Text

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