We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02bf036 + 7d4565b commit 2c1fe50Copy full SHA for 2c1fe50
src/librustc_ast/ast.rs
@@ -378,7 +378,7 @@ impl Default for Generics {
378
#[derive(Clone, RustcEncodable, RustcDecodable, Debug)]
379
pub struct WhereClause {
380
/// `true` if we ate a `where` token: this can happen
381
- /// if we parsed no predicates (e.g. `struct Foo where {}
+ /// if we parsed no predicates (e.g. `struct Foo where {}`).
382
/// This allows us to accurately pretty-print
383
/// in `nt_to_tokenstream`
384
pub has_where_token: bool,
0 commit comments