This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a1d1d7a2c6
rust
/
src
/
test
/
ui
/
error-codes
/
E0393.rs
8 lines
100 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-06 21:44:49 +02:00
trait
A
<
T
=
Self
>
{
}
Update E0393 to new error format
2016-08-29 22:49:16 +08:00
fn
together_we_will_rule_the_galaxy
(
son
:
&
A
)
{
}
//~^ ERROR E0393
Add new error code tests
2016-08-06 21:44:49 +02:00
fn
main
(
)
{
}
Copy permalink