For example: use std; ``` fn foo(vec[str] args) { std._vec.len[str](args); std._vec.len[str](args); // Error here. } fn main(vec[str] args) {} ``` Commenting out either call makes the other one succeed.
Activity
graydon commentedon Jul 11, 2010
Yeah. This is a dupe of issue 93, we're working on it. Probably highest-priority bug at the moment. Thanks!
froystig commentedon Jul 16, 2010
Issue #93 has been closed.
pcwalton commentedon Jul 16, 2010
New typechecker fixes this.
Re-introduce bits of vec-lib test that blocked on now-fixed issue rus…
Address FIXME in _vec waiting on closed issue rust-lang#108.
Convenience syntax for module imports (was rust-lang#108)
Merge pull request rust-lang#108 from oli-obk/packd
Merge pull request rust-lang#108 from mmcco/sc
Attempt to fix CI (rust-lang#108)
Avx (rust-lang#109)
Merge pull request rust-lang#108 from brauliobz/grammar_integer_literals
Implemented a simple JSON output format (without spans).
Merge pull request rust-lang#108 from bjorn3/dependabot/cargo/craneli…
Merge pull request rust-lang#108 from wasmerio/master
5 remaining items