From 76323ad829e56269ced544eacc434b5e8cf9ef87 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 9 Apr 2025 12:56:33 +0200 Subject: document -Dswift_std in release notes --- docs/markdown/snippets/swift-std.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/swift-std.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/swift-std.md b/docs/markdown/snippets/swift-std.md new file mode 100644 index 0000000..64fe70c --- /dev/null +++ b/docs/markdown/snippets/swift-std.md @@ -0,0 +1,4 @@ +## New `swift_std` compiler option + +A new compiler option allows to set the language version that is passed +to swiftc (`none`, `4`, `4.2`, `5` or `6`). -- cgit v1.1