From 22d1551b97aa6c823b71f6c22c6162479a8bea4e Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Wed, 2 Sep 2020 13:25:24 +0200 Subject: [PATCH] fix a couple of const_fixed_from_int compile_fail tests --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c804da8..1e74de7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -670,6 +670,7 @@ macro_rules! const_fixed_from_int { /// const_fixed_from_int! { /// const _MINUS_ONE: I0F32 = -1; /// } +/// ``` /// /// Not enough integer bits for -2. /// ```compile_fail