rc_buffer
expands type aliases, which breaks scoping
#6238
Labels
C-bug
Category: Clippy is not doing the correct thing
Uh oh!
There was an error while loading. Please reload this page.
I tried this code (https://github.com/rust-lang/rust/blob/a6ff925f8b5598a1f6d84964525baa1d4a08fd63/compiler/rustc_infer/src/infer/region_constraints/mod.rs#L545):
I expected to see this happen: Clippy suggests
Lrc<[ty::Region<'tcx>]>
Instead, this happened: Clippy suggests
Rc<[ty::Region<'tcx>]>
Meta
cargo clippy -V
: clippy 0.0.212 (4760b8f 2020-10-25)The text was updated successfully, but these errors were encountered: