rust/src/librustc_driver
Florian Zeitz f35f973cb7 Use consts instead of statics where appropriate
This changes the type of some public constants/statics in libunicode.
Notably some `&'static &'static [(char, char)]` have changed
to `&'static [(char, char)]`. The regexp crate seems to be the
sole user of these, yet this is technically a [breaking-change]
2015-03-02 17:11:51 +01:00
..
driver.rs Rollup merge of #22727 - alexcrichton:prep-env, r=aturon 2015-02-25 10:29:39 +05:30
lib.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
pretty.rs Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon 2015-02-22 22:45:46 +00:00
test.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00