fixnum 0.9.2

Fixed-point numbers with explicit rounding
Documentation
1
2
3
4
5
6
#[test]
fn const_fn() {
    let test_cases = trybuild::TestCases::new();
    test_cases
        .compile_fail("tests/const_fn/01_fixnum_const_bad_str_with_too_long_fractional_part.rs");
}