Construct dyn* during const interp

This commit is contained in:
Michael Goulet 2022-08-29 03:24:30 +00:00 committed by Eric Holk
parent 12353c11ca
commit 12ec2f0e34
4 changed files with 16 additions and 11 deletions

View file

@ -1,6 +1,6 @@
// run-pass
// ignore-test
#![feature(async_fn_in_traits)]
#![allow(unused)]
use std::fmt::Debug;