summary refs log tree commit diff
path: root/src/test/run-pass/for-loop-no-std.rs
AgeCommit message (Collapse)AuthorLines
2015-02-07Feature-gate #![no_std]Keegan McAllister-1/+1
Fixes #21833. [breaking-change]
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+25
Fixes #16803. Fixes #14342. Fixes half of #21827 -- slice syntax is still broken.