Skip to content

Commit

Permalink
Missed a couple...
Browse files Browse the repository at this point in the history
  • Loading branch information
TurkeyMan committed Nov 16, 2024
1 parent 7c9e117 commit 1f42c4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion compiler/test/compilable/previewhelp.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Upcoming language changes listed by -preview=name:
=bitfields add C-like bitfields (https://github.com/dlang/dlang.org/pull/3190)
=fieldwise use fieldwise comparisons for struct equality (https://dlang.org/changelog/2.085.0.html#no-cmpsb)
=fixAliasThis when a symbol is resolved, check alias this scope before going to upper scopes (https://github.com/dlang/dmd/pull/8885)
=rvaluerefparam enable rvalue arguments to ref parameters (https://gist.github.com/andralex/e5405a5d773f07f73196c05f8339435a)
=nosharedaccess disable access to shared memory objects (https://dlang.org/spec/const3.html#shared)
=in `in` on parameters means `scope const [ref]` and accepts rvalues (https://dlang.org/spec/function.html#in-params)
=inclusiveincontracts 'in' contracts of overridden methods must be a superset of parent contract (https://dlang.org/changelog/2.095.0.html#inclusive-incontracts)
Expand Down
39 changes: 0 additions & 39 deletions compiler/test/fail_compilation/issue20704.d

This file was deleted.

0 comments on commit 1f42c4b

Please sign in to comment.