diff --git a/src/exotic-sizes.md b/src/exotic-sizes.md index c4a6d24..415709f 100644 --- a/src/exotic-sizes.md +++ b/src/exotic-sizes.md @@ -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 = Ok(0);