mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
4ae36d906f
fix rustc_nonnull_optimization_guaranteed docs As far as I can tell, even back when this was [added](https://github.com/rust-lang/rust/pull/60300) it never *enabled* any optimizations. It just indicates that the FFI compat lint should accept those types for NPO.