rust/compiler/rustc_middle/src/middle
Matthias Krüger b9db639ea5
Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compiler-errors
Use backticks instead of single quotes for library feature names in diagnostics

This PR changes the text of library feature errors for using unstable or body-unstable items. Displaying library feature names in backticks is consistent with other diagnostics (e.g. those from `rustc_passes`) and with the `reason`s on unstable attributes in the library. Additionally, this simplifies diagnostics when supporting multiple unstable attributes on items (see #131824) since `DiagSymbolList` also displays symbols using backticks.
2024-11-04 18:12:46 +01:00
..
codegen_fn_attrs.rs compiler: Directly use rustc_abi in metadata and middle 2024-11-03 13:38:47 -08:00
debugger_visualizer.rs fix clippy::clone_on_ref_ptr for compiler 2024-10-28 18:05:08 +03:00
dependency_format.rs add fixme 2024-05-01 15:59:46 +03:00
exported_symbols.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
lang_items.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
limits.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
mod.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
privacy.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
region.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
resolve_bound_vars.rs Remap impl-trait lifetimes on HIR instead of AST lowering. 2024-10-30 16:18:50 +00:00
stability.rs use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00