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
- When inlining: emit "experimental" error only when
the feature in question is actually annotated as
experimental
- Compiler-wide: treat non-bootstrapped compiler as
experimental-friendly. The motivation is to compile
the standard library with experimental features enabled
at all times. This change isn't supposed to introduce any
experimental features leaks into stable builds since
we do not publish non-bootstrapped compiler.
0 commit comments