]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-12133-2.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-12133-2.rs
1 // run-pass
2 // aux-build:issue-12133-rlib.rs
3 // aux-build:issue-12133-dylib.rs
4 // no-prefer-dynamic
5
6 // pretty-expanded FIXME #23616
7
8 extern crate issue_12133_rlib as a;
9 extern crate issue_12133_dylib as b;
10
11 fn main() {}