Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
tests
/
ui
/
tool-attributes
/
invalid-tool.rs
blob: aec31cc7f667cdd6f0b64b40b7e377bc4d4642bc [
file
]
#![
feature
(
register_tool
)]
#![
register_tool
(
1
)]
//~^ ERROR malformed `register_tool` attribute input
fn
main
()
{}