mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 15:23:26 +03:00
cad4893a52
Make doc comment a little bit more accurate It queries not LLVM in particular but the codegen backend *in general*. While cranelift does not provide target features, other codegen backends do. Found while looking for [this answer](https://github.com/rust-lang/rust/issues/108680#issuecomment-1484324690).