X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_mir%2Fbuild%2Fmatches%2Fmod.rs;h=7c9496690280490da58c6aff5d69e07c52e5d18d;hb=6998b369faf3daf849f538d636bac9eda659fa5a;hp=962903f165576967ab38545b964e1569954d1dff;hpb=946264526ca0c4c89233410623f231a385e3be71;p=rust.git diff --git a/src/librustc_mir/build/matches/mod.rs b/src/librustc_mir/build/matches/mod.rs index 962903f1655..7c949669028 100644 --- a/src/librustc_mir/build/matches/mod.rs +++ b/src/librustc_mir/build/matches/mod.rs @@ -496,7 +496,7 @@ enum TestKind<'tcx> { // test the branches of enum Switch { adt_def: &'tcx ty::AdtDef, - variants: BitVector, + variants: BitVector, }, // test the branches of enum