]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-16643.rs
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / issues / issue-16643.rs
1 // run-pass
2 // aux-build:issue-16643.rs
3
4 // pretty-expanded FIXME #23616
5
6 extern crate issue_16643 as i;
7
8 pub fn main() {
9     i::TreeBuilder { h: 3 }.process_token();
10 }