Skip to content
Snippets Groups Projects
Commit ee0166fa authored by Jakub Dupak's avatar Jakub Dupak Committed by Arthur Cohen
Browse files

gccrs: ast: Dump inferred type


gcc/rust/ChangeLog:

	* ast/rust-ast-dump.cc (Dump::visit): Add missing visitor.

Signed-off-by: default avatarJakub Dupak <dev@jakubdupak.com>
parent 91409d27
No related branches found
No related tags found
No related merge requests found
......@@ -1661,6 +1661,9 @@ Dump::visit (SliceType &type)
void
Dump::visit (InferredType &)
{
// Syntax:
// _
stream << "_";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment