mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
16cd84ee22
add suggestion applicabilities to librustc and libsyntax A down payment on #50723. Interested in feedback on whether my `MaybeIncorrect` vs. `MachineApplicable` judgement calls are well-calibrated (and that we have a consensus on what this means). r? @Manishearth cc @killercup @estebank