lazy_type_alias: error doesn't have a size known at compile-time
#114214
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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:
src/tools/miri/tests/pass/issues/issue-36278-prefix-nesting.rs
without `-Zcrate-attr=feature(lazy_type_alias)´: dead code warnings
with
-Zcrate-attr=feature(lazy_type_alias)
:The text was updated successfully, but these errors were encountered: