diff options
| author | alexey zabelin <zabelin.alex@gmail.com> | 2017-04-17 10:48:23 -0400 |
|---|---|---|
| committer | alexey zabelin <zabelin.alex@gmail.com> | 2017-04-17 10:48:23 -0400 |
| commit | 08a955af68ae350dabb7b66b4981f4503ba74aa3 (patch) | |
| tree | 5d12ae73f6c1d6e7d68b0a82091ae9a4d82e0133 /src/libsyntax/parse/parser.rs | |
| parent | 14eac29753efd5a5e8ded83a2c8ae8e44e914320 (diff) | |
| download | rust-08a955af68ae350dabb7b66b4981f4503ba74aa3.tar.gz rust-08a955af68ae350dabb7b66b4981f4503ba74aa3.zip | |
Adjust description
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 0fddbca72cd..ab4ac6f1b91 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4066,7 +4066,7 @@ impl<'a> Parser<'a> { }).emit(); } - // Parse bounds of a lifetime parameter `BOUND + BOUND + BOUND`, possibly with trailing `+`. + // Parse bounds of a type parameter `BOUND + BOUND + BOUND`, possibly with trailing `+`. // BOUND = TY_BOUND | LT_BOUND // LT_BOUND = LIFETIME (e.g. `'a`) // TY_BOUND = [?] [for<LT_PARAM_DEFS>] SIMPLE_PATH (e.g. `?for<'a: 'b> m::Trait<'a>`) |
