mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Test for correct amount of emitted folds
This commit is contained in:
@@ -572,6 +572,8 @@ fn foo()<fold returntype>-> (
|
||||
bool,
|
||||
bool,
|
||||
)</fold> { (true, true) }
|
||||
|
||||
fn bar() -> (bool, bool) { (true, true) }
|
||||
"#,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user