1
Fork 0
rust/compiler/rustc_trait_selection
Matthew Jasper 6c43a64931 Fix ICE from projection cycle
Cycles in normalization can cause evaluations to change from Unknown to
Err. This means that some selection that were applicable no longer are.

To avoid this:
* Selection candidates that are known to be applicable are prefered
  over candidates that are not.
* We don't ICE if a candidate is no longer applicable.
2020-10-21 19:43:20 +01:00
..
src Fix ICE from projection cycle 2020-10-21 19:43:20 +01:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00