Ignore
This commit is contained in:
parent
9dc05f3832
commit
d16ec7b9d1
1 changed files with 2 additions and 2 deletions
|
@ -2668,7 +2668,7 @@ pub struct Trait {
|
||||||
/// are concatenated together.
|
/// are concatenated together.
|
||||||
///
|
///
|
||||||
/// Take this example:
|
/// Take this example:
|
||||||
/// ```rust, ignore
|
/// ```ignore (only-for-syntax-highlight)
|
||||||
/// trait Foo {
|
/// trait Foo {
|
||||||
/// type Assoc<'a, 'b> where Self: 'a, Self: 'b;
|
/// type Assoc<'a, 'b> where Self: 'a, Self: 'b;
|
||||||
/// }
|
/// }
|
||||||
|
@ -2677,9 +2677,9 @@ pub struct Trait {
|
||||||
/// // ^^^^^^^^^^^^^^ first where clause
|
/// // ^^^^^^^^^^^^^^ first where clause
|
||||||
/// // ^^^^^^^^^^^^^^ second where clause
|
/// // ^^^^^^^^^^^^^^ second where clause
|
||||||
/// }
|
/// }
|
||||||
|
/// ```
|
||||||
///
|
///
|
||||||
/// If there is no where clause, then this is `false` with `DUMMY_SP`.
|
/// If there is no where clause, then this is `false` with `DUMMY_SP`.
|
||||||
/// ```
|
|
||||||
#[derive(Copy, Clone, Encodable, Decodable, Debug, Default)]
|
#[derive(Copy, Clone, Encodable, Decodable, Debug, Default)]
|
||||||
pub struct TyAliasWhereClause(pub bool, pub Span);
|
pub struct TyAliasWhereClause(pub bool, pub Span);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue