ignore erroneous example
This commit is contained in:
parent
8e4072cb4b
commit
cabbe50c55
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ error: invalid `crate_type` value
|
|||
This lint detects potentially-conflicting impls that were erroneously allowed. Some
|
||||
example code that triggers this lint:
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
pub trait Trait1<X> {
|
||||
type Output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue