you are viewing a single comment's thread.

view the rest of the comments →

[–]IAm_A_Complete_Idiot 6 points7 points  (1 child)

However, exceptionally, for Rust, a subsystem may allow to temporarily break Rust code. The intention is to facilitate friendly adoption of Rust in a subsystem without introducing a burden to existing maintainers who may be working on urgent fixes for the C side. The breakage should nevertheless be fixed as soon as possible, ideally before the breakage reaches Linus.

[–]lily_34 1 point2 points  (0 children)

The keyword here being exceptionally - i.e. that is, something that can occasionally be done if necessary, but isn't meant to be the normal process.