We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68f3b1 commit 87a4522Copy full SHA for 87a4522
tests/ui/parser/braces-in-expressions.rs
@@ -1,7 +1,7 @@
1
-//! Regression test for ensuring that the order of operations are preserved for various different
2
-//! bracket combinations
+//! Regression test for ensuring that operator precedence is correctly handled in the presence of
+//! braces
3
//!
4
-//! Issue: https://github.com/rust-lang/rust/issues/28777
+//! Issue: <https://github.com/rust-lang/rust/issues/28777>
5
6
//@ run-pass
7
0 commit comments