blob: 2db0a8e25b462183f9d4c7a55d891366554a6df3 [file] [log] [blame]
fn main() { format!("{:?}", None); }
//~^ ERROR type annotations needed [E0282]