We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bf5c2 commit d626d5fCopy full SHA for d626d5f
library/core/src/pat.rs
@@ -84,7 +84,6 @@ impl const RangePattern for char {
84
85
const MAX: Self = char::MAX;
86
87
-
88
#[cfg_attr(flux, flux::spec(fn (self: char{<char as RangePattern>::sub_ok(self)}) -> char))]
89
fn sub_one(self) -> Self {
90
match char::from_u32(self as u32 - 1) {
0 commit comments