This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
2a6a42329f
rust
/
tests
/
ui
/
error-codes
/
E0121.rs
6 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-27 22:06:24 +02:00
fn
foo
(
)
->
_
{
5
}
//~ ERROR E0121
static
BAR
:
_
=
"
test
"
;
//~ ERROR E0121
Account for bad placeholder errors on consts/statics with trait objects
2021-06-10 12:06:47 +09:00
fn
main
(
)
{
}
Copy permalink