2021-10-03 16:54:54 -05:00
|
|
|
// Regression test for issue #55825
|
|
|
|
// Tests that we don't emit a spurious warning in NLL mode
|
|
|
|
|
2022-02-09 12:53:40 -06:00
|
|
|
// check-pass
|
|
|
|
|
|
|
|
const fn no_dyn_trait_ret() -> &'static dyn std::fmt::Debug { &() }
|
2021-10-03 16:54:54 -05:00
|
|
|
|
|
|
|
fn main() { }
|