Error With Default Associated Type Pointer #32350
Labels
A-associated-items
Area: Associated items (types, constants & functions)
C-bug
Category: This is a bug.
F-associated_type_defaults
`#![feature(associated_type_defaults)]`
requires-nightly
This issue requires a nightly compiler in some way.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
The following used to work in
nightly
, but doesn't anymore (I'm not sure when it changed):The above returns the following error:
If I manually implement
CtxtBrw
then it does compile:Is this expected behaviour? And if so, what's the rationale so I know if I'm trying to do something I shouldn't :)
The text was updated successfully, but these errors were encountered: