discussionhelp wanted
仓库指标
- Star
- (21,417 star)
- PR 合并指标
- (平均合并 10天 19小时) (30 天内合并 69 个 PR)
描述
Currently, if you run the following code:
pub fn main() {
let size = 2
<<2.3:float-size(size)>>
}
The compiler will allow it, but when run, it produces an erlang Badarg error. This is probably not desired behaviour. I'm not sure if we consider this a breaking change, but since it never worked in the first place, I would lean no.