]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-2170-exe.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-2170-exe.rs
1 // run-pass
2 // aux-build:issue-2170-lib.rs
3 // pretty-expanded FIXME #23616
4
5 extern crate issue_2170_lib;
6
7 pub fn main() {
8    // let _ = issue_2170_lib::rsrc(2);
9 }