lazy_type_alias: causes error no nominal type found for inherent implementation
#114216
Labels
C-bug
Category: This is a bug.
F-lazy_type_alias
`#![feature(lazy_type_alias)]`
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.
I tried this code:
tests/rustdoc/deref/deref-typedef.rs
without `-Zcrate-attr=feature(lazy_type_alias)´: no warnings
with
-Zcrate-attr=feature(lazy_type_alias)
:The text was updated successfully, but these errors were encountered: