From dfad7dbe743eeea9139ccd93d16e5b5651d24443 Mon Sep 17 00:00:00 2001 From: Guillaume Boisseau Date: Thu, 21 Mar 2024 00:39:54 +0100 Subject: [PATCH] Ignore a doctest that will be broken by a stabilization --- src/exotic-sizes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exotic-sizes.md b/src/exotic-sizes.md index c4a6d240..415709f0 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);