X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=286ef1e7dcb4dfde854c8ee20ab38575fed61264;hb=d3cb032f7e81359da943890629e605f6cf294bd3;hp=498cf7d626d6dfe7674cd1ed38df8accf0f1ea8c;hpb=f9d4a9eaee6f86d9bd60cf6d18ec744b56696135;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 498cf7d626d..286ef1e7dcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,8 @@ [workspace] -resolver = "2" members = ["xtask/", "lib/*", "crates/*"] +exclude = ["crates/proc-macro-test/imp"] [profile.dev] -# We do want incremental builds, but they are broken at the moment :( -# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289 -incremental = false - # Disabling debug info speeds up builds a bunch, # and we don't rely on it for debugging that much. debug = 0 @@ -21,13 +17,9 @@ text-size.opt-level = 3 miniz_oxide.opt-level = 3 [profile.release] -# We do want incremental release builds, but they are broken at the moment :( -# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289 -incremental = false -debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. - -[profile.test] -incremental = false +incremental = true +# Set this to 1 or 2 to get more useful backtraces in debugger. +debug = 0 [patch.'crates-io'] # rowan = { path = "../rowan" } @@ -35,6 +27,7 @@ incremental = false # chalk-solve = { path = "../chalk/chalk-solve" } # chalk-ir = { path = "../chalk/chalk-ir" } # chalk-recursive = { path = "../chalk/chalk-recursive" } +# chalk-derive = { path = "../chalk/chalk-derive" } # ungrammar = { path = "../ungrammar" }