diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-01-12 12:01:18 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2017-01-25 15:50:47 -0500 |
| commit | 01195df2ab821c13469b03099955ec76d424f211 (patch) | |
| tree | f4d7b53e72112fc555e4de0bd6988679b74a0aee /src/test | |
| parent | a0151e834b72ede8e12aea5884d4ce4001f80c76 (diff) | |
| download | rust-01195df2ab821c13469b03099955ec76d424f211.tar.gz rust-01195df2ab821c13469b03099955ec76d424f211.zip | |
fix the test case by supplying proper options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/dep_graph_crosscontaminate_tables.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/compile-fail/dep_graph_crosscontaminate_tables.rs b/src/test/compile-fail/dep_graph_crosscontaminate_tables.rs index 4a9d9cf1c05..88c06aa78c2 100644 --- a/src/test/compile-fail/dep_graph_crosscontaminate_tables.rs +++ b/src/test/compile-fail/dep_graph_crosscontaminate_tables.rs @@ -8,6 +8,11 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// Test that the `Tables` nodes for impl items are independent from +// one another. + +// compile-flags: -Z query-dep-graph + #![feature(rustc_attrs)] struct Foo { |
