You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newly stable API:
```rust
impl CStr {
pub fn count_bytes(&self) -> usize;
}
```
Const stabilization has not yet been decided, so that will continue to be
gated under <#113219>.
Fixes: <#114441>
0 commit comments