5bbf0a8306
This reverts commit 557359f92512ca88b62a602ebda291f17a953002, reversing changes made to 1e6c09a803fd543a98bfbe1624d697a55300a786.
8 lines
206 B
Rust
8 lines
206 B
Rust
//~ ERROR overflow evaluating the requirement `&mut Self: DispatchFromDyn<&mut RustaceansAreAwesome>
|
|
//~| HELP consider increasing the recursion limit
|
|
// build-fail
|
|
|
|
#![recursion_limit = "0"]
|
|
|
|
fn main() {}
|