mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
Run 'cargo codegen' to update tests
This commit is contained in:
@@ -83,6 +83,10 @@ fn break_ambiguity() {
|
||||
#[test]
|
||||
fn cast_expr() { run_and_expect_no_errors("test_data/parser/inline/ok/cast_expr.rs"); }
|
||||
#[test]
|
||||
fn closure_binder() {
|
||||
run_and_expect_no_errors("test_data/parser/inline/ok/closure_binder.rs");
|
||||
}
|
||||
#[test]
|
||||
fn closure_body_underscore_assignment() {
|
||||
run_and_expect_no_errors(
|
||||
"test_data/parser/inline/ok/closure_body_underscore_assignment.rs",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fn main() { for<'a> || (); }
|
||||
Reference in New Issue
Block a user