Files
rust/library/alloc/src
Dylan DPC 339786e012 Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviper
Make sure that some stdlib method signatures aren't accidental refinements

In the process of implementing https://rust-lang.github.io/rfcs/3245-refined-impls.html, I found a bunch of stdlib implementations that accidentally "refined" their method signatures by dropping  (unnecessary) bounds.

This isn't currently a problem, but may become one if/when method  signature refining is stabilized in the future. Shouldn't hurt to make these signatures a bit more accurate anyways.

NOTE (just to be clear lol): This does not affect behavior at all, since we don't actually take advantage of refined implementations yet!
2023-04-29 11:27:55 +05:30
..
2023-04-21 16:29:27 -07:00
2023-04-28 08:47:55 -07:00
2023-03-28 10:37:16 -07:00
2023-04-16 07:21:33 +00:00
2023-04-12 19:27:18 +02:00
2023-04-28 08:47:55 -07:00
2023-04-26 02:10:22 -04:00
2023-04-16 06:49:27 +00:00
2023-04-28 08:47:55 -07:00
2023-03-03 17:47:48 +00:00