Files
rust/compiler
Nadrieril 4cd30197eb Fix #78549
Before #78430, string literals worked because `specialize_constructor`
didn't actually care too much which constructor was passed to it unless
needed. Since then, string literals are special cased and a bit hacky. I
did not anticipate patterns for the `&str` type other than string
literals, hence this bug. This makes string literals less hacky.
2020-11-01 02:04:42 +00:00
..
2020-09-11 09:37:51 -07:00
2020-10-27 18:14:21 +01:00
2020-10-20 16:42:51 +02:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-10-27 11:04:04 -04:00
2020-11-01 02:04:42 +00:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-10-16 12:58:50 -04:00