-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back the E0066 error code long explanation
- Loading branch information
1 parent
a846791
commit 79b03c0
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#### Note: this error code is no longer emitted by the compiler. | ||
|
||
Box placement expressions (like C++'s "placement new") do not yet support any | ||
place expression except the exchange heap (i.e. `std::boxed::HEAP`). | ||
Furthermore, the syntax is changing to use `in` instead of `box`. See [RFC 470] | ||
and [RFC 809] for more details. | ||
|
||
[RFC 470]: https://github.com/rust-lang/rfcs/pull/470 | ||
[RFC 809]: https://github.com/rust-lang/rfcs/pull/809 |