]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-5950.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / issues / issue-5950.rs
1 // check-pass
2
3 // pretty-expanded FIXME #23616
4
5 pub use local as local_alias;
6
7 pub mod local { }
8
9 pub fn main() {}