mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
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
@ -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…
Reference in New Issue
Block a user