rust/src/test/ui/parser/issues/issue-48636.rs
Badel2 8c8914ecab Move parser tests to parser/issues subdirectory
Because the parser directory has already reached the 1000 file limit.
2021-11-20 14:52:21 +01:00

12 lines
194 B
Rust

// run-rustfix
#![allow(dead_code)]
struct S {
x: u8
/// The ID of the parent core
y: u8,
}
//~^^^ ERROR found a documentation comment that doesn't document anything
fn main() {}