We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@
~
We currently still allow @ syntax without allowing ~ syntax. We should apply the same lang-item approach for ~ to @ and start using Gc<T> everywhere.
Gc<T>
We would also be able to remove the feature gate because the Gc structure would be marked #[experimental]
Gc
#[experimental]
Nominating.