Bug 1726275 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

That busted building with versions older than 1.57.0:
```
Compiling audioipc2-client v0.5.0 (https://github.com/kinetiknz/audioipc-2?rev=abd4a0132ea65057b554221c8f112a9bedd33a92#abd4a013) error[E0658]: use of unstable library feature 'try_reserve': new API --> /Users/chris/Code/mozilla/firefox/third_party/rust/audioipc2-client/src/stream.rs:197:40 | 197 | match duplex_input.try_reserve_exact(shm_area_size)
```
which wasn't caught by CI because we only test rustc < 1.57 on Linux. You're in luck that we were actually planning for an update of the requirement for just now.

Back to Bug 1726275 Comment 13