mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
test - Add missing ! to crate_type/crate_id attributes
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
#![feature(libc)]
|
||||
|
||||
#[crate_id = "check_static_recursion_foreign_helper"]
|
||||
#[crate_type = "lib"]
|
||||
#![crate_name = "check_static_recursion_foreign_helper"]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
extern crate libc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user