We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b26609 commit 7d4565bCopy full SHA for 7d4565b
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