mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
[mtl-out] Add "assert" to reserved words
This commit is contained in:
parent
53ac03c365
commit
3107f5e148
@ -4,6 +4,8 @@
|
||||
// C++ - Standard for Programming Language C++ (N4431)
|
||||
// https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4431.pdf
|
||||
pub const RESERVED: &[&str] = &[
|
||||
// Undocumented
|
||||
"assert", // found in https://github.com/gfx-rs/wgpu/issues/5347
|
||||
// Standard for Programming Language C++ (N4431): 2.5 Alternative tokens
|
||||
"and",
|
||||
"bitor",
|
||||
|
Loading…
Reference in New Issue
Block a user