fix a couple of const_fixed_from_int compile_fail tests

This commit is contained in:
Trevor Spiteri 2020-09-02 13:25:24 +02:00
parent d112d55e21
commit 22d1551b97
1 changed files with 1 additions and 0 deletions

View File

@ -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