2023-07-21 22:35:57 -07:00
|
|
|
//~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
|
2021-09-28 22:16:42 +02:00
|
|
|
//~| HELP consider increasing the recursion limit
|
|
|
|
// build-fail
|
|
|
|
|
|
|
|
#![recursion_limit = "0"]
|
|
|
|
|
|
|
|
fn main() {}
|