Ignore a doctest that will be broken by a stabilization

pull/444/head
Guillaume Boisseau 1 year ago committed by GitHub
parent 6bc2415218
commit dfad7dbe74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ other is still Undefined Behavior).
The following *could* also compile:
```rust,compile_fail
```ignore(this is about to change)
enum Void {}
let res: Result<u32, Void> = Ok(0);

Loading…
Cancel
Save