We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I just noticed that rustc_mir is enabling in_band_lifetimes twice:
in_band_lifetimes
rust/src/librustc_mir/lib.rs
Line 18 in 88e0ff1
Line 30 in 88e0ff1
Would be good to have a warning to help people notice this kind of superfluous code.