]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis
authorbors <bors@rust-lang.org>
Sat, 30 Jul 2016 22:58:20 +0000 (15:58 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2016 22:58:20 +0000 (15:58 -0700)
commit1225e122fda8cfbe3a5da6007e912f204b97f8c4
treefbfd07e09c0072d30c173e72d80fcf81790acf02
parent9dba50b0595be75852d27afa03c85622cdf03d6f
parent9292c0bc91a9165a2dc7baa4d154079ad0a5f5c9
Auto merge of #34904 - petrochenkov:rustcall, r=nikomatsakis

Properly feature gate all unstable ABIs

Fixes https://github.com/rust-lang/rust/issues/34900
[breaking-change]
r? @pnkfelix

---
Function-visiting machinery for AST/HIR is surprisingly error-prone, it's *very* easy to miss some cases or visit something twice while writing a visitor. This is the true problem behind https://github.com/rust-lang/rust/issues/34900. I'll try to restructure these visitors a bit and send one more PR later.
src/doc/book/closures.md
src/libsyntax/feature_gate.rs