Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
tool-attributes
/
nested-disallowed.rs
blob: 87d0bf48b6c8f76b1ff51f9121c9fb82a8fe5d77 [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
register_tool
)]
#![
register_tool
(
foo
::
bar
)]
//~ ERROR malformed `register_tool` attribute input
fn
main
()
{}