We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222da46 commit 7d6d429Copy full SHA for 7d6d429
binding-generator/src/generator.rs
@@ -362,7 +362,7 @@ pub struct Generator {
362
363
impl Drop for Generator {
364
fn drop(&mut self) {
365
- const BAD_VERSIONS: [&str; 2] = [" 19.", " 20."];
+ const BAD_VERSIONS: [&str; 3] = [" 19.", " 20.", " 21."];
366
if !(cfg!(windows)
367
&& cfg!(feature = "clang-runtime")
368
&& BAD_VERSIONS
0 commit comments