You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo build
Compiling apache_log v0.2.0 (file:///Users/cetra/Desktop/apache_log)
error: reached the recursion limit during monomorphization (selection ambiguity)
error: Could not compile `apache_log`.
I'm wondering if there is another way to accomplish what I'm trying to do, or whether there is some setting I can set to increase the recursion limit
The text was updated successfully, but these errors were encountered:
I've posted in the main rust issue, there's no point leaving this issue open, as it appears to be a compiler bug. There might be some crazy setting you can set to bump this up.
Using this branch here: https://github.com/cetra3/apache_log/tree/recursion_limit
Trying to compile renders the following message:
I'm wondering if there is another way to accomplish what I'm trying to do, or whether there is some setting I can set to increase the
recursion limit
The text was updated successfully, but these errors were encountered: