mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 20:01:22 -05:00
gccrs: ast: Dump never type
gcc/rust/ChangeLog: * ast/rust-ast-dump.cc (Dump::visit): Add missing never type visitor. Signed-off-by: Jakub Dupak <dev@jakubdupak.com>
This commit is contained in:
committed by
Arthur Cohen
parent
971d16cbfa
commit
c4c859bff8
@@ -1585,7 +1585,12 @@ Dump::visit (TupleType &)
|
||||
|
||||
void
|
||||
Dump::visit (NeverType &)
|
||||
{}
|
||||
{
|
||||
// Syntax:
|
||||
// !
|
||||
|
||||
stream << '!';
|
||||
}
|
||||
|
||||
void
|
||||
Dump::visit (RawPointerType &type)
|
||||
|
||||
Reference in New Issue
Block a user