Skip to content

Commit 247f979

Browse files
committed
Name the crate rustc-test.
1 parent bac6020 commit 247f979

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[package]
2-
name = "test"
2+
name = "rustc-test"
33
version = "0.1.0"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66

7+
[lib]
8+
name = "test"
9+
710
[features]
811
asm_black_box = []
912
capture = []

0 commit comments

Comments
 (0)