Initial support for dynamically linked crates
This commit is contained in:
parent
62c5f58f57
commit
14535312b5
70 changed files with 1536 additions and 119 deletions
|
|
@ -19,6 +19,7 @@ ignore = [
|
|||
"/tests/debuginfo/", # These tests are somewhat sensitive to source code layout.
|
||||
"/tests/incremental/", # These tests are somewhat sensitive to source code layout.
|
||||
"/tests/pretty/", # These tests are very sensitive to source code layout.
|
||||
"/tests/run-make/export", # These tests contain syntax errors.
|
||||
"/tests/run-make/translation/test.rs", # This test contains syntax errors.
|
||||
"/tests/rustdoc/", # Some have syntax errors, some are whitespace-sensitive.
|
||||
"/tests/rustdoc-gui/", # Some tests are sensitive to source code layout.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue