mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
gccrs: ast: Dump inferred type
gcc/rust/ChangeLog: * ast/rust-ast-dump.cc (Dump::visit): Add missing visitor. Signed-off-by: Jakub Dupak <dev@jakubdupak.com>
This commit is contained in:
committed by
Arthur Cohen
parent
91409d27d5
commit
ee0166fa1b
@@ -1661,6 +1661,9 @@ Dump::visit (SliceType &type)
|
||||
void
|
||||
Dump::visit (InferredType &)
|
||||
{
|
||||
// Syntax:
|
||||
// _
|
||||
|
||||
stream << "_";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user