We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f20b4d commit d9cca74Copy full SHA for d9cca74
src/librustc/ty/constness.rs
@@ -116,7 +116,7 @@ pub fn provide(providers: &mut Providers<'_>) {
116
// This whitelist is a list of intrinsics that have a miri-engine implementation
117
// and can thus be called when enabling enough feature gates. The similar
118
// whitelist in `is_intrinsic_min_const_fn` (in this file), exists for allowing
119
- // the intrinsics to be transitively called by stable const fns.
+ // the intrinsics to be called by stable const fns.
120
| sym::caller_location
121
122
| sym::min_align_of
0 commit comments