summary refs log tree commit diff
path: root/src/test/compile-fail/static-mut-not-constant.rs
AgeCommit message (Expand)AuthorLines
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+3
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-1/+1
2013-11-17Better error message when using vectors in staticsCorey Richardson-1/+1
2013-06-23Add 'static mut' items to the languageAlex Crichton-0/+13