diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-12 12:09:20 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-12-03 12:19:14 -0500 |
| commit | f03d8f305a80778ae034b0205803ea3edc297ac8 (patch) | |
| tree | 510804ecf5b989dcb8e21f116f2c9950addb1ec3 /src/libsyntax/Cargo.toml | |
| parent | 526ee51ccc02a64fe95e3df9bc24ddd395dc58ce (diff) | |
| download | rust-f03d8f305a80778ae034b0205803ea3edc297ac8.tar.gz rust-f03d8f305a80778ae034b0205803ea3edc297ac8.zip | |
Move early lint declarations to librustc_session
Diffstat (limited to 'src/libsyntax/Cargo.toml')
| -rw-r--r-- | src/libsyntax/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml index 085c1760c80..8a00bcbfe17 100644 --- a/src/libsyntax/Cargo.toml +++ b/src/libsyntax/Cargo.toml @@ -24,3 +24,4 @@ rustc_lexer = { path = "../librustc_lexer" } rustc_macros = { path = "../librustc_macros" } smallvec = { version = "1.0", features = ["union", "may_dangle"] } rustc_error_codes = { path = "../librustc_error_codes" } +rustc_session = { path = "../librustc_session" } |
