mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
ignore erroneous example
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user