mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There are sometimes parsing stuations where we don't want to emit a parsing error, because of feature guarding. For example, if a Feature involves new syntax for a type, we must be able to parse both the true and false sides of an ifdef guarding that new syntax based on a Feature flag.
52 KiB
52 KiB