rust/tests/ui/closures/binder
2023-07-14 13:27:35 +01:00
..
async-closure-with-binder.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
async-closure-with-binder.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-bound.rs Add addl test 2023-02-18 03:34:27 +00:00
const-bound.stderr Add addl test 2023-02-18 03:34:27 +00:00
disallow-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
disallow-const.stderr Adjust tracking issue for non_lifetime_binders 2023-02-18 02:42:43 +00:00
disallow-ty.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
disallow-ty.stderr Adjust tracking issue for non_lifetime_binders 2023-02-18 02:42:43 +00:00
implicit-return.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
implicit-return.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
implicit-stuff.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
implicit-stuff.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
late-bound-in-body.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-closures-regions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-closures-regions.stderr refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
nested-closures.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggestion-for-introducing-lifetime-into-binder.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggestion-for-introducing-lifetime-into-binder.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-bound-2.rs Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
type-bound-2.stderr Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
type-bound.rs Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
type-bound.stderr Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00