mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-14 21:27:42 +00:00
7 lines
70 B
Rust
7 lines
70 B
Rust
#[cfg(doc)]
|
|
pub struct Foo;
|
|
|
|
fn main() {
|
|
let f = Foo; //~ ERROR
|
|
}
|