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
/
E0425.rs
9 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-17 21:45:10 +00:00
trait
Foo
{
fn
bar
(
)
{
More systematic error reporting in path resolution
2016-11-30 22:35:25 +00:00
elf
;
//~ ERROR E0425
Add new error code tests
2016-08-17 21:45:10 +00:00
}
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink