1
Fork 0

Type defined here note added to test

This commit is contained in:
vegai 2016-03-02 22:29:54 +02:00
parent 86357c37d2
commit 01a6e8653b

View file

@ -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