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
2024-11-28 01:34:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d256d9d0e
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 20:06:24 +00: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 03:06:47 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink