Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-48838.rs
blob: 057a424dfef47614acb2e264b939a5f4c359fddf [
file
] [
log
] [
blame
] [
edit
]
enum
Functions
{
Square
=
|
x
|
x
,
//~ ERROR mismatched types
}
fn
main
()
{}