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
300901b705
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 15:47:30 +00:00
mod
foo
{
Add new error code tests
2016-08-19 14:44:47 +00:00
struct
Bar
(
u32
)
;
pub
fn
bar
(
)
->
Bar
{
//~ ERROR E0446
Bar
(
0
)
}
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink