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