]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-48636.rs
Don't default on std crate when manipulating browser history
[rust.git] / src / test / ui / issues / issue-48636.rs
1 // run-rustfix
2
3 #![allow(dead_code)]
4
5 struct S {
6     x: u8
7     /// The id of the parent core
8     y: u8,
9 }
10 //~^^^ ERROR found a documentation comment that doesn't document anything
11 fn main() {}