This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
0bf928968b
os-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 12:34:27 -06:00
fn
main
(
)
{
Change error scheme so that if projection fails we generate `A::B` instead of `TyError`
2016-01-07 13:51:16 -05: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 01:13:09 -06:00
}
Reference in a new issue
Copy permalink