rust/src/librustc_resolve
bors 38a959a543 Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis
Stabilize `..` in tuple (struct) patterns

I'd like to nominate `..` in tuple and tuple struct patterns for stabilization.
This feature is a relatively small extension to existing stable functionality and doesn't have known blockers.
The feature first appeared in Rust 1.10 6 months ago.
An example of use: https://github.com/rust-lang/rust/pull/36203

Closes https://github.com/rust-lang/rust/issues/33627
r? @nikomatsakis
2016-11-08 02:06:45 -08:00
..
build_reduced_graph.rs Avoid false positive unused_extern_crates. 2016-10-25 20:38:58 +00:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
check_unused.rs Add identifier to unused import warnings 2016-10-25 08:16:40 -07:00
diagnostics.rs Add E0532 error explanation 2016-10-31 01:53:23 +01:00
lib.rs Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis 2016-11-08 02:06:45 -08:00
macros.rs Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrc 2016-11-06 19:12:28 -08:00
resolve_imports.rs Use Idents instead of Names in ImportDirective's paths. 2016-10-19 09:58:12 +00:00