mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Type defined here note added to test
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// aux-build:issue_3907.rs
|
||||
extern crate issue_3907;
|
||||
|
||||
type Foo = issue_3907::Foo;
|
||||
type Foo = issue_3907::Foo; //~ NOTE: type defined here
|
||||
|
||||
struct S {
|
||||
name: isize
|
||||
|
||||
Reference in New Issue
Block a user