Closed
Description
Searching for from_bool on both https://doc.rust-lang.org/std/ and in my local docs (with rustup doc
), shows results for functions on primitive types which when clicked, don't link to any functions.
Following recommendations from rustc error messages, it appears to be that these functions have leaked in from the compiler_builtins
crate somehow, but don't appear anywhere else in the documentation.