mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
07bf6ae810
Co-authored-by: Jana Dönszelmann <jana@donsz.nl>
7 lines
116 B
Rust
7 lines
116 B
Rust
#![feature(register_tool)]
|
|
|
|
#![register_tool(1)]
|
|
//~^ ERROR malformed `register_tool` attribute input
|
|
|
|
fn main() {}
|