Remove an obsolete comment
The test mentioned by this comment was deleted long ago by <https://github.com/rust-lang/rust/pull/80290>.
This commit is contained in:
parent
118a70f38c
commit
31f31aa471
1 changed files with 0 additions and 6 deletions
|
@ -646,12 +646,6 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
|
|||
|
||||
// Optimize the case of `let x: T = ...` to write directly
|
||||
// into `x` and then require that `T == typeof(x)`.
|
||||
//
|
||||
// Weirdly, this is needed to prevent the
|
||||
// `intrinsic-move-val.rs` test case from crashing. That
|
||||
// test works with uninitialized values in a rather
|
||||
// dubious way, so it may be that the test is kind of
|
||||
// broken.
|
||||
PatKind::AscribeUserType {
|
||||
subpattern:
|
||||
box Pat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue