diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-01-06 10:16:49 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-01-06 14:20:48 +1300 |
| commit | e0684e876954ad5a713e6f985570162cedcae8df (patch) | |
| tree | d6f5720dca6438855b491cf1fb0959c78a38b6c2 /src/libsyntax/parse | |
| parent | 48f50e1e98691d74427e23e82694f528b3fb4d56 (diff) | |
| download | rust-e0684e876954ad5a713e6f985570162cedcae8df.tar.gz rust-e0684e876954ad5a713e6f985570162cedcae8df.zip | |
Fallout
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/obsolete.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/obsolete.rs b/src/libsyntax/parse/obsolete.rs index d1b6034457d..299cf7e941b 100644 --- a/src/libsyntax/parse/obsolete.rs +++ b/src/libsyntax/parse/obsolete.rs @@ -95,7 +95,7 @@ impl<'a> ParserObsoleteMethods for parser::Parser<'a> { "write `extern crate bar as foo` instead" ), ObsoleteSyntax::Sized => ( - "`Sized? T` syntax for removing the `Sized` bound", + "`T: ?Sized` syntax for removing the `Sized` bound", "write `T: ?Sized` instead" ), }; |
