]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-99838.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-99838.rs
index eaeeac72b25e17ee0a2611b518f92222c32cb10a..2e81d5e8221c490d40cc14eb5681ab0937af7693 100644 (file)
@@ -1,5 +1,5 @@
 // run-pass
-#![feature(bench_black_box)]
+
 use std::hint;
 
 struct U16(u16);