Skip to content

Commit 378523a

Browse files
committed
preserve EII rlib-only aux builds
1 parent a7003f8 commit 378523a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/ui/eii/default/auxiliary/decl_with_default.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ no-prefer-dynamic
12
#![crate_type = "rlib"]
23
#![feature(extern_item_impls)]
34

tests/ui/eii/default/auxiliary/impl1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ no-prefer-dynamic
12
//@ aux-build: decl_with_default.rs
23
#![crate_type = "rlib"]
34
#![feature(extern_item_impls)]

0 commit comments

Comments
 (0)