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
2025-06-06 12:18:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
block-result
/
issue-11714.rs
8 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc_typeck: correctly track "always-diverges" and "has-type-errors".
2016-10-25 23:28:20 +00:00
fn
blah
(
)
->
i32
{
//~ ERROR mismatched types
Remove integer suffixes where the types in compiled code are identical.
2015-03-03 08:42:26 +00:00
1
Add tests for a few A-needstest issues Closes #7813. Closes #10902. Closes #11374. Closes #11714. Closes #12920. Closes #13202. Closes #13624. Closes #14039. Closes #15730. Closes #15783.
2014-09-11 22:54:44 +00:00
Remove NOTE/HELP annotations from UI tests
2017-12-10 20:29:24 +00:00
;
Add tests for a few A-needstest issues Closes #7813. Closes #10902. Closes #11374. Closes #11714. Closes #12920. Closes #13202. Closes #13624. Closes #14039. Closes #15730. Closes #15783.
2014-09-11 22:54:44 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink