Skip to content

Commit 8aa14c3

Browse files
Rollup merge of #37297 - thepowersgang:fix-bad-crate-attrs, r=eddyb
test - Add missing ! to crate_type/crate_id attributes Fix some useless attributes in a test dependency.
2 parents 59faa20 + ba70ecc commit 8aa14c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/auxiliary/check_static_recursion_foreign_helper.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
#![feature(libc)]
1414

15-
#[crate_id = "check_static_recursion_foreign_helper"]
16-
#[crate_type = "lib"]
15+
#![crate_name = "check_static_recursion_foreign_helper"]
16+
#![crate_type = "lib"]
1717

1818
extern crate libc;
1919

0 commit comments

Comments
 (0)