Remove '.' after nullary tags in patterns
Does what it says on the tin. The next commit will remove support for this syntax.
This commit is contained in:
parent
ca7cfbe3d0
commit
04a2887f87
96 changed files with 1410 additions and 1410 deletions
|
|
@ -114,9 +114,9 @@ impl session for session {
|
|||
fn building_library(req_crate_type: crate_type, crate: @ast::crate,
|
||||
testing: bool) -> bool {
|
||||
alt req_crate_type {
|
||||
bin_crate. { false }
|
||||
lib_crate. { true }
|
||||
unknown_crate. {
|
||||
bin_crate { false }
|
||||
lib_crate { true }
|
||||
unknown_crate {
|
||||
if testing {
|
||||
false
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue