about summary refs log tree commit diff
path: root/tests/ui/suggestions/type-ascription-instead-of-method.rs
blob: 1984c1b19046e09af6294043410663e6edd69b00 (plain)
1
2
3
4
5
//@ run-rustfix
fn main() {
    let _ = Box:new("foo".to_string());
    //~^ ERROR path separator must be a double colon
}