We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
obj
1 parent d9ca24e commit 6aa4eb9Copy full SHA for 6aa4eb9
Cargo.toml
@@ -27,6 +27,8 @@ members = [
27
exclude = [
28
"src/tools/rls/test_data",
29
"build",
30
+ # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
31
+ "obj",
32
]
33
34
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3
0 commit comments