rust/src/test/ui/generator
Thomas Lively 62c3443e96 Re-enable Emscripten's exception handling support
Passes LLVM codegen and Emscripten link-time flags for exception
handling if and only if the panic strategy is `unwind`. Sets the
default panic strategy for Emscripten targets to `unwind`. Re-enables
tests that depend on unwinding support for Emscripten, including
`should_panic` tests.
2019-10-25 15:16:36 -07:00
..
auxiliary
addassign-yield.rs
auto-trait-regions.nll.stderr
auto-trait-regions.rs
auto-trait-regions.stderr
borrow-in-tail-expr.rs
borrowing.rs
borrowing.stderr
conditional-drop.rs
control-flow.rs
drop-and-replace.rs
drop-env.rs
dropck.rs
dropck.stderr
generator-region-requirements.migrate.stderr
generator-region-requirements.rs
generator-region-requirements.stderr
generator-with-nll.rs
generator-with-nll.stderr
issue-44197.rs
issue-48048.rs
issue-48048.stderr
issue-52398.rs
issue-53548-1.rs
issue-53548.rs Migrate compile-pass annotations to build-pass 2019-07-03 06:30:28 +09:00
issue-57084.rs
issue-58888.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-61442-stmt-expr-with-drop.rs
issue-62506-two_awaits.rs
iterator-count.rs
live-upvar-across-yield.rs
match-bindings.rs
nested_generators.rs
niche-in-generator.rs
no-parameters-on-generators.rs lowering: don't .abort_if_errors() 2019-09-27 06:09:32 +02:00
no-parameters-on-generators.stderr lowering: don't .abort_if_errors() 2019-09-27 06:09:32 +02:00
non-static-is-unpin.rs
not-send-sync.rs
not-send-sync.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
overlap-locals.rs
panic-drops.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
panic-safe.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
partial-initialization-across-yield.rs
partial-initialization-across-yield.stderr
pattern-borrow.rs
pattern-borrow.stderr
pin-box-generator.rs
reborrow-mut-upvar.rs
ref-escapes-but-not-over-yield.rs
ref-escapes-but-not-over-yield.stderr
resume-after-return.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
size-moved-locals.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
sized-yield.rs
sized-yield.stderr
smoke.rs
static-generators.rs
static-not-unpin.rs
static-not-unpin.stderr On obligation errors point at the unfulfilled binding when possible 2019-09-22 11:33:12 -07:00
too-live-local-in-immovable-gen.rs
type-mismatch-signature-deduction.rs
type-mismatch-signature-deduction.stderr
xcrate-reachable.rs
xcrate.rs
yield-in-args-rev.rs
yield-in-args.rs
yield-in-args.stderr
yield-in-box.rs
yield-in-const.rs
yield-in-const.stderr
yield-in-function.rs
yield-in-function.stderr
yield-in-initializer.rs
yield-in-static.rs
yield-in-static.stderr
yield-subtype.rs
yield-while-iterating.rs
yield-while-iterating.stderr
yield-while-local-borrowed.rs
yield-while-local-borrowed.stderr
yield-while-ref-reborrowed.rs
yield-while-ref-reborrowed.stderr