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
If the whole function is unstable, then there's no point in listing the constness as unstable, and confusing if it's given as pub fn when it's actually always const. It should just show it as pub const fn?
Here's what I found:
What I would've expected is something closer to this (an unstable non-
const
function):For reference, functions stable in non-
const
contexts but unstable inconst
contexts look like this:The text was updated successfully, but these errors were encountered: