2023-09-27 17:22:18 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/16265
|
2023-09-27 16:51:21 -07:00
|
|
|
#![crate_name="issue_16265_2"]
|
|
|
|
|
2022-08-10 13:13:18 -07:00
|
|
|
// @hasraw issue_16265_2/index.html 'source'
|
2015-04-06 16:43:55 -07:00
|
|
|
|
|
|
|
trait Y {}
|
2021-12-03 17:09:04 -08:00
|
|
|
impl Y for Option<u32> {}
|