This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-02 13:07:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b8644e5cf
rust
/
tests
/
ui
/
error-codes
/
E0045.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
added unit test
2016-08-09 12:40:07 +00:00
extern
"
Rust
"
{
fn
foo
(
x
:
u8
,
..
.
)
;
}
//~ ERROR E0045
Add new error code tests
2016-05-19 12:00:43 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink