blob: 499894a9200c3988d67f07f5239548c9fa6765b7 [file]
error[E0565]: malformed `register_tool` attribute input
--> $DIR/invalid-tool.rs:3:1
|
LL | #![register_tool(1)]
| ^^^^^^^^^^^^^^^^^-^^
| |
| expected a valid identifier here
|
help: must be of the form
|
LL - #![register_tool(1)]
LL + #![register_tool(tool1, tool2, ...)]
|
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0565`.