typeck result is now affected by opaque type spans
This commit is contained in:
parent
e07f36c961
commit
3c8b46cab9
@ -323,7 +323,7 @@ pub fn change_return_impl_trait() -> impl Clone {
|
|||||||
#[cfg(not(any(cfail1,cfail4)))]
|
#[cfg(not(any(cfail1,cfail4)))]
|
||||||
#[rustc_clean(cfg = "cfail2")]
|
#[rustc_clean(cfg = "cfail2")]
|
||||||
#[rustc_clean(cfg = "cfail3")]
|
#[rustc_clean(cfg = "cfail3")]
|
||||||
#[rustc_clean(cfg = "cfail5")]
|
#[rustc_clean(cfg = "cfail5", except = "typeck")]
|
||||||
#[rustc_clean(cfg = "cfail6")]
|
#[rustc_clean(cfg = "cfail6")]
|
||||||
pub fn change_return_impl_trait() -> impl Copy {
|
pub fn change_return_impl_trait() -> impl Copy {
|
||||||
0u32
|
0u32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user