mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 14:43:58 +00:00
Update failing test
This commit is contained in:
parent
7f76a73a38
commit
49ba313679
1 changed files with 2 additions and 3 deletions
|
@ -340,12 +340,11 @@ trait Tr<'a, T: 'a>: Super where Self: for<'a> Tr<'a, T> {}
|
||||||
T: 'b
|
T: 'b
|
||||||
{
|
{
|
||||||
// flags = 0x2
|
// flags = 0x2
|
||||||
pub(self) fn f<G, _anon_1>(
|
pub(self) fn f<G>(
|
||||||
_: impl Copy,
|
_: impl Copy,
|
||||||
) -> impl Copy
|
) -> impl Copy
|
||||||
where
|
where
|
||||||
G: 'a,
|
G: 'a;
|
||||||
_anon_1: Copy;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(self) enum Enum<'a, T, const U: u8> {
|
pub(self) enum Enum<'a, T, const U: u8> {
|
||||||
|
|
Loading…
Reference in a new issue