Dogfood and bless tests
This commit is contained in:
parent
0fc051ddba
commit
3927677234
@ -1010,7 +1010,7 @@ fn borrow(&mut self, cmt: &PlaceWithHirId<'tcx>, _: HirId, _: ty::BorrowKind) {
|
|||||||
projections_handled = true;
|
projections_handled = true;
|
||||||
},
|
},
|
||||||
// note: unable to trigger `Subslice` kind in tests
|
// note: unable to trigger `Subslice` kind in tests
|
||||||
ProjectionKind::Subslice => (),
|
ProjectionKind::Subslice |
|
||||||
// Doesn't have surface syntax. Only occurs in patterns.
|
// Doesn't have surface syntax. Only occurs in patterns.
|
||||||
ProjectionKind::OpaqueCast => (),
|
ProjectionKind::OpaqueCast => (),
|
||||||
ProjectionKind::Deref => {
|
ProjectionKind::Deref => {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
thread '<unnamed>' panicked at 'Would you like some help with that?', clippy_lints/src/utils/internal_lints/produce_ice.rs
|
thread '<unnamed>' panicked at clippy_lints/src/utils/internal_lints/produce_ice.rs:
|
||||||
|
Would you like some help with that?
|
||||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||||
|
|
||||||
error: the compiler unexpectedly panicked. this is a bug.
|
error: the compiler unexpectedly panicked. this is a bug.
|
||||||
|
Loading…
Reference in New Issue
Block a user