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-23 23:34:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2a1d748254
rust
/
tests
/
ui
/
issues
/
issue-23966.rs
5 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Split up tests, reduce coverage
2015-04-24 18:34:27 +00:00
fn
main
(
)
{
Change error scheme so that if projection fails we generate `A::B` instead of `TyError`
2016-01-07 18:51:16 +00:00
"
"
.
chars
(
)
.
fold
(
|
_
,
_
|
(
)
,
(
)
)
;
//~^ ERROR E0277
Delay specific span_bug() call until abort_if_errors() An actual typeck error is the cause of many failed compilations but an unrelated bug is being reported instead. It is triggered because a typeck error is presumably not yet identified during compiler execution, which would normally bypass an invariant in the presence of other errors. In this particular situation, we delay the reporting of the bug until abort_if_errors(). Closes #23827, closes #24356, closes #23041, closes #22897, closes #23966, closes #24013, and closes #23729
2015-04-13 07:13:09 +00:00
}
Reference in New Issue
Copy Permalink