Rework emission of EditorPlaceholderExprs

Rather than synthesizing a semantic expression to emit, add a compiler
intrinsic to the stdlib that is simple enough to just SILGen the
emission.
This commit is contained in:
Hamish Knight
2025-11-29 20:52:53 +00:00
parent 0c9025ce9f
commit ae82b29e35
9 changed files with 59 additions and 60 deletions

View File

@@ -2370,8 +2370,6 @@ NOTE(note_no_in_class_init_3plus,none,
(Identifier, Identifier, Identifier, bool))
ERROR(missing_unimplemented_init_runtime,none,
"standard library error: missing _unimplementedInitializer", ())
ERROR(missing_undefined_runtime,none,
"standard library error: missing _undefined", ())
ERROR(inherited_default_value_not_in_designated_constructor,none,
"default value inheritance via 'super' is only valid on the parameters of "