rust/src/test/ui/issues/issue-48636.rs
Alexander Regueiro f943296a76 Re-blessed tests.
2019-02-10 23:57:26 +00:00

13 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() {}