This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90fcc67d32
rust
/
tests
/
ui
/
crashes
/
ice-3891.rs
5 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix ICE in decimal_literal_representation lint Handling the integer parsing properly instead of just unwrapping. Note that the test is not catching the ICE because plain UI tests [currently hide ICEs][compiletest_issue]. Once that issue is fixed, this test would fail properly again. [compiletest_issue]: https://github.com/laumann/compiletest-rs/issues/169
2019-04-08 15:06:02 -05:00
fn
main
(
)
{
1
x
;
Automatic generation of error annotations for ui tests
2023-07-28 14:35:48 -05:00
//~^ ERROR: invalid suffix `x` for number literal
Fix ICE in decimal_literal_representation lint Handling the integer parsing properly instead of just unwrapping. Note that the test is not catching the ICE because plain UI tests [currently hide ICEs][compiletest_issue]. Once that issue is fixed, this test would fail properly again. [compiletest_issue]: https://github.com/laumann/compiletest-rs/issues/169
2019-04-08 15:06:02 -05:00
}
Reference in New Issue
Copy Permalink