mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Fix formatting string.
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ let rec tyspec_to_str (ts:tyspec) : string =
|
||||
fmt_tyspec ff (!tv)
|
||||
|
||||
| TYSPEC_exterior tv ->
|
||||
fmt ff "@";
|
||||
fmt ff "@@";
|
||||
fmt_tyspec ff (!tv)
|
||||
|
||||
| TYSPEC_callable (out, ins) ->
|
||||
|
||||
Reference in New Issue
Block a user