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 dd344f4 commit 2b89b03Copy full SHA for 2b89b03
src/raw/mod.rs
@@ -916,7 +916,7 @@ impl<T> RawTable<T> {
916
///
917
/// This does not check if the given element already exists in the table.
918
#[cfg_attr(feature = "inline-more", inline)]
919
- #[cfg(feature = "rustc-internal-api")]
+ #[cfg(any(feature = "raw", feature = "rustc-internal-api"))]
920
pub fn insert_no_grow(&mut self, hash: u64, value: T) -> Bucket<T> {
921
unsafe {
922
let index = self.find_insert_slot(hash);
0 commit comments