compiler: make it easier to apply breaking changes to std.builtin

Documentation for this will be on the wiki shortly.

Resolves: #21842
This commit is contained in:
mlugg
2025-01-16 10:09:41 +00:00
parent d00e05f186
commit b6abe1dbf7
6 changed files with 151 additions and 67 deletions

View File

@@ -13,3 +13,4 @@ pub const value_tracing = false;
pub const skip_non_native = false;
pub const force_gpa = false;
pub const dev = .core;
pub const value_interpret_mode = .direct;