rust/compiler/rustc_metadata/src
Dylan DPC 6e8f541fff
Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk
Rename `impl_constness` to `constness`

The current code is a basis for `is_const_fn_raw`, and `impl_constness`
is no longer a valid name, which is previously used for determining the
constness of impls, and not items in general.

r? `@oli-obk`
2022-06-19 15:26:28 +02:00
..
rmeta Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk 2022-06-19 15:26:28 +02:00
creader.rs Make Lazy not care about lifetimes until decode 2022-05-24 15:54:44 -07:00
dependency_format.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
foreign_modules.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
lib.rs Fully stabilize NLL 2022-06-03 17:16:41 -04:00
locator.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
native_libs.rs Stabilize the bundle native library modifier 2022-06-09 23:12:58 +04:00