Don't ICE when encountering unresolved regions in fully_resolve
This commit is contained in:
parent
e1aa9edde0
commit
ea73f10867
4 changed files with 48 additions and 8 deletions
|
@ -58,7 +58,6 @@ declare_lint! {
|
|||
///
|
||||
///
|
||||
/// ```rust
|
||||
/// # #![feature(return_position_impl_trait_in_trait)]
|
||||
/// use core::future::Future;
|
||||
/// pub trait Trait {
|
||||
/// fn method(&self) -> impl Future<Output = ()> + Send { async {} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue