Sign in
rust
/
rust
/
5a96067a65dfd15fdd13b2d5b6f01884ed30d00a
/
.
/
tests
/
ui
/
tool-attributes
/
invalid-tool.stderr
blob: deafa6d167c201f2d2c371b186be5158b80ad179 [
file
]
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