mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
07bf6ae810
Co-authored-by: Jana Dönszelmann <jana@donsz.nl>
5 lines
121 B
Rust
5 lines
121 B
Rust
#![feature(register_tool)]
|
|
#![register_tool(foo::bar)] //~ ERROR malformed `register_tool` attribute input
|
|
|
|
fn main() {}
|