X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=15cbb2659c9b335ea3f1bb9b77af86f3b74bd8fc;hb=7ee3fd2edce794a452f9b91dd2cb8fe8f5bc151a;hp=1cec4a84480c43a4215d10ea2fc3f3b3d227f580;hpb=dc98aa681fde7976cf3644429b6ab83548a515ed;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index 1cec4a84480..15cbb2659c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "library/std", "library/test", "src/rustdoc-json-types", + "src/tools/build_helper", "src/tools/cargotest", "src/tools/clippy", "src/tools/clippy/clippy_dev", @@ -50,7 +51,7 @@ exclude = [ "compiler/rustc_codegen_cranelift", "compiler/rustc_codegen_gcc", "src/bootstrap", - "src/test/rustdoc-gui", + "tests/rustdoc-gui", # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`. "obj", # The `x` binary is a thin wrapper that calls `x.py`, which initializes