Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
unconstrained-none.rs
blob: e180b3163d4125cc8b33195363f1b44b17ad967c [
file
] [
log
] [
blame
]
// Issue #5062
fn
main
()
{
None
;
//~ ERROR type annotations needed [E0282]
}