Resolution problem with associated types with defaults #26681
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-type-system
Area: Type system
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
STR
Results
Removing the default (
#[cfg(works)]
) removes the error. cc @quantheoryThe text was updated successfully, but these errors were encountered: