This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
d76e168f01
rust
/
tests
/
ui
/
error-codes
/
E0446.rs
10 lines
111 B
Rust
Raw
Normal View
History
Unescape
Escape
Move privacy checking later in the pipeline and make some passes run in parallel
2019-01-29 16:47:30 +01:00
mod
foo
{
Add new error code tests
2016-08-19 16:44:47 +02:00
struct
Bar
(
u32
)
;
pub
fn
bar
(
)
->
Bar
{
//~ ERROR E0446
Bar
(
0
)
}
}
fn
main
(
)
{
}
Copy permalink