mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
@@ -95,6 +95,7 @@ fn mt_to_str(cx: ctxt, m: mt) -> str {
|
||||
ty_str. { "str" }
|
||||
ty_box(tm) { "@" + mt_to_str(cx, tm) }
|
||||
ty_uniq(tm) { "~" + mt_to_str(cx, tm) }
|
||||
ty_ptr(tm) { "*" + mt_to_str(cx, tm) }
|
||||
ty_vec(tm) { "[" + mt_to_str(cx, tm) + "]" }
|
||||
ty_type. { "type" }
|
||||
ty_rec(elems) {
|
||||
|
||||
Reference in New Issue
Block a user