Closed
Description
rust/compiler/rustc_arena/src/lib.rs
Lines 33 to 37 in 1d517af
The function isn't used anywhere outside of that crate (there is a copy of that function in
rustc_datastructures
, which is used elsewhere). It shouldn't be pub at all because it is only used in the same file in which it is defined.