diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-06-26 11:21:59 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2019-06-26 11:21:59 -0500 |
| commit | 182ce772efee7d3951e807113f069f9bceb87ef6 (patch) | |
| tree | da7a1ef1a5c95b169a880732af9ba88c140c3f35 /src/libsyntax/parse | |
| parent | d3e2cec29225a46298ec4ebf082f34ebd7cfeecf (diff) | |
| download | rust-182ce772efee7d3951e807113f069f9bceb87ef6.tar.gz rust-182ce772efee7d3951e807113f069f9bceb87ef6.zip | |
remove old fixme
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/diagnostics.rs b/src/libsyntax/parse/diagnostics.rs index 07fe521edb0..0ea0b2a694d 100644 --- a/src/libsyntax/parse/diagnostics.rs +++ b/src/libsyntax/parse/diagnostics.rs @@ -942,7 +942,7 @@ impl<'a> Parser<'a> { // {foo(bar {}} // - ^ // | | - // | help: `)` may belong here (FIXME: #58270) + // | help: `)` may belong here // | // unclosed delimiter if let Some(sp) = unmatched.unclosed_span { |
