summaryrefslogtreecommitdiffstats
path: root/tests/ui/suggestions/type-ascription-instead-of-method.fixed
blob: 02e316b264e87996c8fbaba22756cfc3bf1f468b (plain)
1
2
3
4
5
// run-rustfix
fn main() {
    let _ = Box::new("foo".to_string());
    //~^ ERROR path separator must be a double colon
}