Migrate compile-pass annotations to build-pass
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// they permit lifetimes to be approximated as expected.
|
||||
|
||||
#![allow(dead_code)]
|
||||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
struct SomeStruct<T>(fn(T));
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// be shortened.
|
||||
|
||||
#![allow(dead_code)]
|
||||
// compile-pass
|
||||
// build-pass (FIXME(62277): could be check-pass?)
|
||||
|
||||
struct SomeStruct<T>(T);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user