> I've been assuming that Firefox would use the Rust "stable" channel > compiler on the Firefox "release" channel, but I don't know if that > has ever been really *decided* anywhere. Has it been decided?
Your assumption is correct. For gecko integration related work we use the stable version of the language. However, this is explicitly not a policy of Servo, where we make use of all the new features we can get our hands on. These are not in conflict today*, but may someday be. We'll handle that issue if we get there. jack. * rust-url can actually compile either way for example. We often handle this by supporting both through the use of Cargo features (amounting to conditional compilation). _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform