We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db4d62 commit ba12ed0Copy full SHA for ba12ed0
src/libsyntax/errors/emitter.rs
@@ -556,8 +556,8 @@ mod test {
556
println!("r#\"\n{}\"#", str);
557
assert_eq!(str, &r#"
558
--> dummy.txt:11:1
559
-11 |> e-lä-vän
560
- |> ^
+11 |> e-lä-vän
+ |> ^
561
"#[1..]);
562
}
563
src/libsyntax/errors/snippet/test.rs
@@ -405,8 +405,8 @@ impl SomeTrait for () {
405
println!("r#\"\n{}\"", text);
406
assert_eq!(text, &r#"
407
>>>>>> foo.rs
408
-3 |> fn foo(x: u32) {
409
- |> -
+3 |> fn foo(x: u32) {
+ |> -
410
411
412
@@ -516,6 +516,6 @@ fn span_overlap_label3() {
516
3 |> let closure = || {
517
|> - foo
518
4 |> inner
519
- |> ---- bar
+ |> ----- bar
520
521
0 commit comments