mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 15:13:48 +00:00
8 lines
237 B
Rust
8 lines
237 B
Rust
#![deny(warnings)]
|
|
|
|
#![doc(test(""))]
|
|
//~^ ERROR `#![doc(test(...)]` does not take a literal
|
|
//~^^ WARN this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
|
|
|
fn main() {}
|