Test super
resolution too
This commit is contained in:
parent
997bd97b77
commit
c312ab51d0
@ -32,6 +32,7 @@ fn outer() {
|
|||||||
use Struct as PlainStruct;
|
use Struct as PlainStruct;
|
||||||
use crate::Struct as CrateStruct;
|
use crate::Struct as CrateStruct;
|
||||||
use self::Struct as SelfStruct;
|
use self::Struct as SelfStruct;
|
||||||
|
use super::Struct as SuperStruct;
|
||||||
$0
|
$0
|
||||||
}
|
}
|
||||||
"#,
|
"#,
|
||||||
@ -41,6 +42,7 @@ fn outer() {
|
|||||||
PlainStruct: t v
|
PlainStruct: t v
|
||||||
SelfStruct: t
|
SelfStruct: t
|
||||||
Struct: v
|
Struct: v
|
||||||
|
SuperStruct: _
|
||||||
|
|
||||||
crate
|
crate
|
||||||
Struct: t
|
Struct: t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user