Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
issues
/
issue-6458-2.rs
blob: b18cae3ed1ac8f943cbcd5bb3243ca474015c7a8 [
file
] [
log
] [
blame
]
fn
main
()
{
// Unconstrained type:
format
!(
"{:?}"
,
None
);
//~^ ERROR type annotations needed [E0282]
}