]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/cleanup-shortcircuit.rs
Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se
[rust.git] / src / test / ui / cleanup-shortcircuit.rs
index 4f5197a5ba9b8c2ce36455cff4c9229d29bace59..fe867ce1fbd57980ffbbb2d3132669c5e3a78a64 100644 (file)
@@ -3,6 +3,9 @@
 
 // pretty-expanded FIXME #23616
 
+#![allow(deref_nullptr)]
+
+
 use std::env;
 
 pub fn main() {