We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dbb44 commit baff99cCopy full SHA for baff99c
compiler/rustc_middle/src/mir/syntax.rs
@@ -1371,12 +1371,7 @@ pub enum Rvalue<'tcx> {
1371
1372
/// Creates an array where each element is the value of the operand.
1373
///
1374
- /// This is the cause of a bug in the case where the repetition count is zero because the value
1375
- /// is not dropped, see [#74836].
1376
- ///
1377
/// Corresponds to source code like `[x; 32]`.
1378
1379
- /// [#74836]: https://github.com/rust-lang/rust/issues/74836
1380
Repeat(Operand<'tcx>, ty::Const<'tcx>),
1381
1382
/// Creates a reference of the indicated kind to the place.
0 commit comments