We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3bc64 commit f8dab3aCopy full SHA for f8dab3a
src/test/pretty/blank-lines.rs
@@ -9,7 +9,7 @@
9
// except according to those terms.
10
11
// pp-exact
12
-fn f() -> [int * 3] {
+fn f() -> [int, ..3] {
13
let picard = 0;
14
15
let data = 1;
0 commit comments