Skip to content

Commit 87a4522

Browse files
committed
fixed parser/braces-in-expressions.rs
1 parent a68f3b1 commit 87a4522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/ui/parser/braces-in-expressions.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
//! Regression test for ensuring that the order of operations are preserved for various different
2-
//! bracket combinations
1+
//! Regression test for ensuring that operator precedence is correctly handled in the presence of
2+
//! braces
33
//!
4-
//! Issue: https://github.com/rust-lang/rust/issues/28777
4+
//! Issue: <https://github.com/rust-lang/rust/issues/28777>
55
66
//@ run-pass
77

0 commit comments

Comments
 (0)