ask the docs if `std::path::absolute` blocks
docs doesn't understand the question|pull out illustrated diagram explaing what accessing fs means
docs laughs and says "its a good function sir"
invoke function
it blocks
Thanks, I'll stay unemployed
Thanks, I'll stay unemployed
AI code review feedback: By adding `#[cfg(feature` to this `use` statement you will break the code foe anyone who doesn't enable this feature.
AI code review feedback: By adding `#[cfg(feature` to this `use` statement you will break the code foe anyone who doesn't enable this feature.
the earth label: all of math
atlas label: triangle inequality
the earth label: all of math
atlas label: triangle inequality
protip: every bug out bad without 2L of water and some manner of purification it is a joke.
protip: every bug out bad without 2L of water and some manner of purification it is a joke.
coming back to Rust I was writing a trivial `fn as_str(&self) -> &str` . I caught myself going "but how do I know `&self` will remain allocated for the duration of `&str`?!? do I need to setup a borrow guard?"
coming back to Rust I was writing a trivial `fn as_str(&self) -> &str` . I caught myself going "but how do I know `&self` will remain allocated for the duration of `&str`?!? do I need to setup a borrow guard?"
--> src/lib.rs:83:27
|
83 | self.used_entries.view_bits_mut::<Lsb0>()[bucket..term].fill(false);
| ^^^^^^^^^^^^^
|
--> src/lib.rs:83:27
|
83 | self.used_entries.view_bits_mut::<Lsb0>()[bucket..term].fill(false);
| ^^^^^^^^^^^^^
|