ref_as_ptr
not available in Rust 1.77 despite documentation
#12559
Labels
A-documentation
Area: Adding or improving documentation
C-bug
Category: Clippy is not doing the correct thing
Summary
The documentation for the
ref_as_ptr
lint says that it's available since Rust 1.77, but when I use it, I get a warning to say it's not.Reproducer
I tried this code in Cargo.toml:
This happened:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: