diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-01-25 18:15:19 -0500 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-01-25 18:16:52 -0500 |
| commit | 1b82060c5e40e0b4e996bcd30deccd2a523c7590 (patch) | |
| tree | 13eb7356df6235fb560be3a8e5d5310c71b774d4 /src/Makefile | |
| parent | Small first step in expr_path. Call find_final_def just to detect (diff) | |
| download | rust-1b82060c5e40e0b4e996bcd30deccd2a523c7590.tar.xz rust-1b82060c5e40e0b4e996bcd30deccd2a523c7590.zip | |
Print an error if we try to refer to a module in an expr_path.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 5da27170..8ad5c4bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -504,6 +504,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arg-count-mismatch.rs \ arg-type-mismatch.rs \ bad-expr-path.rs \ + bad-expr-path2.rs \ import.rs \ import2.rs \ import3.rs \ |