You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tcx.is_const_fn doesn't work the way it is described, remove it
Then we can rename the _raw functions to drop their suffix, and instead
explicitly use is_stable_const_fn for the few cases where that is really what
you want.
// Checking MSRV is manually necessary because `rustc` has no such concept. This entire
385
-
// function could be removed if `rustc` provided a MSRV-aware version of `is_const_fn`.
385
+
// function could be removed if `rustc` provided a MSRV-aware version of `is_stable_const_fn`.
386
386
// as a part of an unimplemented MSRV check https://github.com/rust-lang/rust/issues/65262.
0 commit comments