File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
with the wrong type when used on a use expression.
13
13
([ Giacomo Cavalieri] ( https://github.com/giacomocavalieri ) )
14
14
15
+ - Fixed a bug where the error message for inexhaustive patterns could show
16
+ incorrect extra patterns in addition to the correct missing patterns.
17
+ ([ Adi Salimgereyev] ( https://github.com/abs0luty ) )
18
+
15
19
## v1.13.0-rc1 - 2025-09-29
16
20
17
21
### Compiler
Original file line number Diff line number Diff line change 7
7
//! Per Gustafsson and Konstantinos Sagonas.
8
8
//! <https://user.it.uu.se/~kostis/Papers/JFP_06.pdf>
9
9
//!
10
+ //! - Compiling Pattern Matching to good Decision Trees, Luc Maranget.
11
+ //! <https://www.cs.tufts.edu/~nr/cs257/archive/luc-maranget/jun08.pdf>
12
+ //!
10
13
//! The first implementation of the decision tree was adapted from Yorick
11
14
//! Peterse's implementation at
12
15
//! <https://github.com/yorickpeterse/pattern-matching-in-rust>.
You can’t perform that action at this time.
0 commit comments