index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
issues
/
issue-48838.rs
blob: 057a424dfef47614acb2e264b939a5f4c359fddf (
plain
)
1
2
3
4
5
enum
Functions
{
Square
=
|
x
|
x
,
//~ ERROR mismatched types
}
fn
main
()
{}