mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
565ea068ca6deb50c5866475508c538dc7e3acee
For some reason, wildcard patterns were never getting type parameter substitutions attached. This would cause an assertion failure when checking a wildcard pattern that matches against a tag with polymorphic type (not sure why this didn't come up before). Fixed it. (The diff and test case may be easier to understand than this note :P) Closes #1503.
This is a compiler and suite of associated libraries and documentation for the Rust programming language. See LICENSE.txt for terms of copyright and redistribution. See http://www.rust-lang.org for more information.
Description
Это основной репозиторий исходного кода Rust . Он содержит компилятор, стандартную библиотеку и документацию.
Languages
Rust
95.7%
Shell
1%
C
0.9%
JavaScript
0.6%
Python
0.4%
Other
1.1%