Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
tool-attributes
/
nested-disallowed.stderr
blob: 1af73fc2f19953e2a33a8953256ab04fe338acf5 [
file
] [
log
] [
blame
]
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