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
fnFooEnum::Bar(_1:i32) -> FooEnum{letmut _0:FooEnum;// return place in scope 0 at ui/attrs-resolution.rs:5:5: 5:8
bb0:{
_0 = FooEnum::Bar(move _1);// scope 0 at ui/attrs-resolution.rs:5:5: 5:8return;// scope 0 at ui/attrs-resolution.rs:5:5: 5:8}}// MIR FOR CTFEfnFooEnum::Bar(_1:i32) -> FooEnum{letmut _0:FooEnum;// return place in scope 0 at ui/attrs-resolution.rs:5:5: 5:8
bb0:{
_0 = FooEnum::Bar(move _1);// scope 0 at ui/attrs-resolution.rs:5:5: 5:8return;// scope 0 at ui/attrs-resolution.rs:5:5: 5:8}}
The text was updated successfully, but these errors were encountered:
rustc
produces duplicate functions for compile-time function evaluation (CTFE).Example:
ui/attrs-resolution.mir
The text was updated successfully, but these errors were encountered: