Skip to content

Commit

Permalink
Ignore a doctest that will be broken by a stabilization
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Mar 20, 2024
1 parent 6bc2415 commit dfad7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exotic-sizes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dfad7db

Please sign in to comment.