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
/
tests
/
ui
/
error-codes
/
E0045.rs
blob: fb3df56f706b66e6045adf73340f673fc4fbc565 (
plain
)
1
2
3
4
extern
"Rust"
{
fn
foo
(
x
:
u8
,
..
.);
}
//~ ERROR E0045
fn
main
()
{
}