This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
b3bbc22cb7
rust
/
tests
/
ui
/
error-codes
/
E0516.rs
5 lines
108 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-26 00:14:20 +02:00
fn
main
(
)
{
let
x
:
typeof
(
92
)
=
92
;
//~ ERROR E0516
E0516 Update error format #36108 - fixes #36108 - part of #35233
2016-08-30 11:04:55 +10:00
//~| reserved keyword
Add new error code tests
2016-08-26 00:14:20 +02:00
}
Reference in a new issue
Copy permalink