Tatsuyuki Ishi | b3425ab0 | 2025-04-10 19:02:20 | [diff] [blame] | 1 | ## Unstable Rust usage in Chromium |
| 2 | |
| 3 | This document maintains a list of exceptions from the unstable Rust usage |
| 4 | policy, which is documented in [`docs/rust.md`](../../docs/rust.md). |
| 5 | |
| 6 | Note: Before the policy was introduced, several targets were already utilizing |
| 7 | unstable features. Such pre-existing instances (that are not in this list) |
| 8 | should not be considered precedents that justify approval for future use of such |
| 9 | features. |
| 10 | |
| 11 | - `#![feature(portable_simd)]` in the ETC1 encoder: |
| 12 | https://docs.google.com/document/d/1lh9x43gtqXFh5bP1LeYevWj0EcIRgIu0XGahHY08aeY/edit?tab=t.0 |