summaryrefslogtreecommitdiff
path: root/tests/ui/suggestions/type-ascription-instead-of-method.fixed
blob: 56b740b0d5ca0ff27d323d3ff0d6473ef87746cf (plain)
1
2
3
4
5
// run-rustfix
fn main() {
    let _ = Box::new("foo".to_string());
    //~^ ERROR expected type, found
}