mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril
Remove old fixme fixed in https://github.com/rust-lang/rust/pull/60160 r? @Centril
This commit is contained in:
@@ -942,7 +942,7 @@ pub fn unexpected_try_recover(
|
||||
// {foo(bar {}}
|
||||
// - ^
|
||||
// | |
|
||||
// | help: `)` may belong here (FIXME: #58270)
|
||||
// | help: `)` may belong here
|
||||
// |
|
||||
// unclosed delimiter
|
||||
if let Some(sp) = unmatched.unclosed_span {
|
||||
|
||||
Reference in New Issue
Block a user