rust/src/test/ui/generator
2019-10-05 21:38:45 -07:00
..
auxiliary tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
addassign-yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
auto-trait-regions.nll.stderr
auto-trait-regions.rs
auto-trait-regions.stderr Tweak unsatisfied HRTB errors 2019-09-16 15:34:33 -07:00
borrow-in-tail-expr.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
borrowing.rs
borrowing.stderr
conditional-drop.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
control-flow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
drop-and-replace.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
drop-env.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-48048.rs
issue-48048.stderr
issue-52398.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-53548-1.rs
issue-53548.rs
issue-57084.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-58888.rs Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
issue-61442-stmt-expr-with-drop.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
issue-62506-two_awaits.rs Remove async_await gates from tests. 2019-08-20 03:08:42 +02:00
iterator-count.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
live-upvar-across-yield.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
match-bindings.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
nested_generators.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
niche-in-generator.rs move test that shouldn't be in test/run-pass/ 2019-08-14 18:04:33 +02:00
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 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
panic-drops.rs Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
panic-safe.rs Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
partial-initialization-across-yield.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
partial-initialization-across-yield.stderr Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
pattern-borrow.rs
pattern-borrow.stderr
pin-box-generator.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
reborrow-mut-upvar.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
ref-escapes-but-not-over-yield.rs
ref-escapes-but-not-over-yield.stderr
resume-after-return.rs Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
size-moved-locals.rs Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
sized-yield.rs
sized-yield.stderr
smoke.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
static-generators.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
type-mismatch-signature-deduction.rs
type-mismatch-signature-deduction.stderr
xcrate-reachable.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
xcrate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-args-rev.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-args.rs
yield-in-args.stderr
yield-in-box.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-const.rs
yield-in-const.stderr
yield-in-function.rs
yield-in-function.stderr
yield-in-initializer.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
yield-in-static.rs
yield-in-static.stderr
yield-subtype.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
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