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