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
There is no ICE if the function returns t instead of t + t
There is no ICE if I don't use a generic structure (I tried with f64 instead of T)
There is no ICE if I don't use the trait Fn and deactivate the feature overloaded_calls (same function but in impl<T: Float> S<T>)
The text was updated successfully, but these errors were encountered:
The following code generates an ICE:
Here is the backtrace:
$ rustc -v
rustc 0.11.0-pre (311890c 2014-06-20 11:01:33 +0000)
host: x86_64-unknown-linux-gnu
There is no ICE if the function returns
t
instead oft + t
There is no ICE if I don't use a generic structure (I tried with f64 instead of T)
There is no ICE if I don't use the trait Fn and deactivate the feature overloaded_calls (same function but in
impl<T: Float> S<T>
)The text was updated successfully, but these errors were encountered: