This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
53647845b9
rust
/
tests
/
ui
/
error-codes
/
E0045.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
added unit test
2016-08-09 14:40:07 +02:00
extern
"
Rust
"
{
fn
foo
(
x
:
u8
,
..
.
)
;
}
//~ ERROR E0045
Add new error code tests
2016-05-19 14:00:43 +02:00
fn
main
(
)
{
}
Copy permalink