← Back to context Comment by wtetzner 4 days ago No, const semantics are defined by the language definition. 1 comment wtetzner Reply mgaunard 3 days ago It's defined by whatever you put in your const overloads.const is primarily a type annotation that affects overload resolution.You must be confused because Rust has no overloading to begin with.
mgaunard 3 days ago It's defined by whatever you put in your const overloads.const is primarily a type annotation that affects overload resolution.You must be confused because Rust has no overloading to begin with.
It's defined by whatever you put in your const overloads.
const is primarily a type annotation that affects overload resolution.
You must be confused because Rust has no overloading to begin with.