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 04:57:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
error-codes
/
E0130.rs
7 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
extern
"
C
"
{
Update error format for E0130
2016-08-04 21:15:58 +00:00
fn
foo
(
(
a
,
b
)
:
(
u32
,
u32
)
)
;
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
//~^ ERROR E0130
Add new error code tests
2016-05-27 20:06:24 +00:00
}
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink