rust/tests/ui/impl-trait/precise-capturing
Michael Goulet 052de1da4f And finally add tests 2024-05-13 23:57:56 -04:00
..
apit.rs More polishing 2024-04-15 16:45:48 -04:00
apit.stderr Warn against redundant use<...> 2024-05-13 23:57:56 -04:00
bad-lifetimes.rs Validation and other things 2024-04-15 16:45:01 -04:00
bad-lifetimes.stderr Validation and other things 2024-04-15 16:45:01 -04:00
bad-params.rs More polishing 2024-04-15 16:45:48 -04:00
bad-params.stderr More polishing 2024-04-15 16:45:48 -04:00
capture-parent-arg.rs Flip spans for precise capturing syntax not capturing a ty/ct param 2024-04-20 10:35:04 -04:00
capture-parent-arg.stderr Flip spans for precise capturing syntax not capturing a ty/ct param 2024-04-20 10:35:04 -04:00
elided.rs More polishing 2024-04-15 16:45:48 -04:00
elided.stderr More polishing 2024-04-15 16:45:48 -04:00
forgot-to-capture-const.rs Validation and other things 2024-04-15 16:45:01 -04:00
forgot-to-capture-const.stderr Explicitly mention `Self` 2024-04-20 11:39:43 -04:00
forgot-to-capture-lifetime.rs Add hir::Node::PreciseCapturingNonLifetimeArg 2024-04-15 16:45:25 -04:00
forgot-to-capture-lifetime.stderr Add hir::Node::PreciseCapturingNonLifetimeArg 2024-04-15 16:45:25 -04:00
forgot-to-capture-type.rs Explicitly mention `Self` 2024-04-20 11:39:43 -04:00
forgot-to-capture-type.stderr Explicitly mention `Self` 2024-04-20 11:39:43 -04:00
higher-ranked.rs Validation and other things 2024-04-15 16:45:01 -04:00
higher-ranked.stderr Begin AST lowering for precise captures 2024-04-15 16:45:01 -04:00
ordering.rs Some ordering and duplication checks 2024-04-15 16:45:26 -04:00
ordering.stderr Some ordering and duplication checks 2024-04-15 16:45:26 -04:00
outlives.rs Begin AST lowering for precise captures 2024-04-15 16:45:01 -04:00
outlives.stderr Begin AST lowering for precise captures 2024-04-15 16:45:01 -04:00
overcaptures-2024.fixed And finally add tests 2024-05-13 23:57:56 -04:00
overcaptures-2024.rs And finally add tests 2024-05-13 23:57:56 -04:00
overcaptures-2024.stderr And finally add tests 2024-05-13 23:57:56 -04:00
redundant.rs Warn against redundant use<...> 2024-05-13 23:57:56 -04:00
redundant.stderr Warn against redundant use<...> 2024-05-13 23:57:56 -04:00
self-capture.rs Add hir::Node::PreciseCapturingNonLifetimeArg 2024-04-15 16:45:25 -04:00
self-capture.stderr Add hir::Node::PreciseCapturingNonLifetimeArg 2024-04-15 16:45:25 -04:00
unexpected-token.rs Don't fatal when calling expect_one_of when recovering arg in parse_seq 2024-04-19 13:12:20 -04:00
unexpected-token.stderr Don't fatal when calling expect_one_of when recovering arg in parse_seq 2024-04-19 13:12:20 -04:00