Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
tool-attributes
/
nested-disallowed.rs
blob: 8e78042776106d50e01e9ec84ec89a116d60333b [
file
] [
log
] [
blame
]
#![
feature
(
register_tool
)]
#![
register_tool
(
foo
::
bar
)]
//~ ERROR only accepts identifiers
fn
main
()
{}