Skip to content

Commit 3816fce

Browse files
Create new librustc_error_codes lib and move error codes declaration inside it
1 parent a2491ee commit 3816fce

File tree

3 files changed

+13648
-0
lines changed

3 files changed

+13648
-0
lines changed

src/librustc_error_codes/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[package]
2+
authors = ["The Rust Project Developers"]
3+
name = "rustc_error_codes"
4+
version = "0.0.0"
5+
edition = "2018"
6+
7+
[lib]
8+
name = "rustc_error_codes"
9+
path = "lib.rs"

0 commit comments

Comments
 (0)