Add the reserved types in metal_types to metal keywords (#705)

This commit is contained in:
Ashley
2021-04-11 18:32:01 +02:00
committed by GitHub
parent 5d487941b2
commit 9549b26a90

View File

@@ -99,4 +99,10 @@ pub const RESERVED: &[&str] = &[
"read_only",
"write_only",
"read_write",
// Metal reserved types
"llong",
"ullong",
"quad",
"complex",
"imaginary",
];