rust/src/test/compile-fail
2011-02-10 12:12:10 -08:00
..
alt-tag-nullary.rs
alt-tag-unary.rs
arg-count-mismatch.rs
arg-type-mismatch.rs
bad-alt.rs
bad-env-capture.rs
bad-expr-path2.rs Print an error if we try to refer to a module in an expr_path. 2011-01-25 18:16:52 -05:00
bad-expr-path.rs Small first step in expr_path. Call find_final_def just to detect 2011-01-25 17:54:38 -05:00
bad-main.rs
bad-name.rs
bad-recv.rs
bad-send.rs
bad-type-env-capture.rs
bind-alias.rs Add a check for binding an alias. Good thing, as we had two instances in our library. 2010-11-08 15:45:30 -08:00
bogus-tag.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
comm-makes-io.rs
constructor-as-cast.rs
dead-code-be.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
dead-code-ret.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
direct-obj-fn-call.rs
does-nothing.rs
export.rs
fru-extra-field.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
fru-typestate.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
import2.rs Fix two invalid import cases we were not detecting: 2011-01-11 13:58:39 -08:00
import3.rs Produce better errors for invalid imports. 2011-01-12 12:27:31 -08:00
import4.rs Enable more tests. 2011-01-17 18:13:55 -05:00
import-loop-2.rs
import-loop.rs
import.rs Fix two invalid import cases we were not detecting: 2011-01-11 13:58:39 -08:00
impure-pred.rs
infinite-tag-type-recursion.rs
infinite-vec-type-recursion.rs Reenable xfailed tests for rustboot that pass with trivial or no modifications 2011-01-30 15:55:27 -05:00
io-infects-caller.rs
item-name-overload.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
missing-return.rs
multiline-comment-line-tracking.rs Fix test now that we look at the full error-pattern. Also enable it for rustc. 2011-01-26 12:06:19 -05:00
native-makes-unsafe.rs
no-self-dispatch.rs
not-a-pred.rs
output-type-mismatch.rs
pred-on-wrong-slots.rs
put-in-fn.rs
rec-missing-fields.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
return-uninit.rs
slot-as-pred.rs
spawn-non-nil-fn.rs
tail-non-call.rs Cleanup for 'be' statement and comments about future typestate 2011-02-10 12:12:10 -08:00
tail-typeck.rs Cleanup for 'be' statement and comments about future typestate 2011-02-10 12:12:10 -08:00
type-shadow.rs
unbalanced-comment.rs Further corrections to the Makefile rules covering failing tests. 2011-01-10 14:53:20 -08:00
unnecessary-io.rs
unnecessary-unsafe.rs
unsafe-infects-caller.rs
use-uninit-2.rs
use-uninit-3.rs
use-uninit.rs
while-bypass.rs
while-expr.rs
while-type-error.rs
writing-through-read-alias.rs
writing-through-uninit-vec.rs
writing-to-immutable-obj.rs
writing-to-immutable-rec.rs
writing-to-immutable-tup.rs
writing-to-immutable-vec.rs
wrong-ret-type.rs