about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-12-24 00:44:13 -0500
committerCorey Richardson <corey@octayn.net>2015-01-01 07:06:46 -0500
commit41da99dff417eadf8f296a93529d9810f79e1d1b (patch)
treeca43141bb4f40fd7659d8b31c9ad5865a219bed0 /src/libstd/sys/unix/stack_overflow.rs
parent84f5ad8679c7fc454473ffbf389030f3e5fee379 (diff)
downloadrust-41da99dff417eadf8f296a93529d9810f79e1d1b.tar.gz
rust-41da99dff417eadf8f296a93529d9810f79e1d1b.zip
Feature gate macro arguments
Uses the same approach as https://github.com/rust-lang/rust/pull/17286 (and
subsequent changes making it more correct), where the visitor will skip any
pieces of the AST that are from "foreign code", where the spans don't line up,
indicating that that piece of code is due to a macro expansion.

If this breaks your code, read the error message to determine which feature
gate you should add to your crate, and bask in the knowledge that your code
won't mysteriously break should you try to use the 1.0 release.

Closes #18102

[breaking-change]
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions