summaryrefslogtreecommitdiffstats
path: root/tests/ui/type/ascription/issue-60933.fixed
blob: 016ad4a7e6a636e8a8b60aa544b4d987eb5dd50c (plain)
1
2
3
4
5
// run-rustfix
fn main() {
    let _: usize = std::mem::size_of::<u32>();
    //~^ ERROR path separator must be a double colon
}