This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
a3bd12b88aaf32b1036cdcb2ef3efe509dbebc15
rust
/
tests
/
ui
/
error-codes
/
E0282.rs
5 lines
46 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-05 22:18:01 +02:00
fn
main
(
)
{
Reorder fullfillment errors to keep more interesting ones first In `report_fullfillment_errors` push back `T: Sized`, `T: WellFormed` and coercion errors to the end of the list. The pre-existing deduplication logic eliminates redundant errors better that way, keeping the resulting output with fewer errors than before, while also having more detail.
2023-08-14 13:09:53 +00:00
let
x
;
selection failure: recompute applicable impls
2022-10-19 17:17:19 +02:00
//~^ ERROR E0282
Add new error code tests
2016-08-05 22:18:01 +02:00
}
Reference in New Issue
Copy Permalink