Make visible types public in rustc
This commit is contained in:
parent
51233c5219
commit
4c2353adee
20 changed files with 43 additions and 46 deletions
|
@ -87,7 +87,7 @@ use std::vec_ng;
|
|||
|
||||
#[allow(non_camel_case_types)]
|
||||
#[deriving(Eq)]
|
||||
enum restriction {
|
||||
pub enum restriction {
|
||||
UNRESTRICTED,
|
||||
RESTRICT_STMT_EXPR,
|
||||
RESTRICT_NO_BAR_OP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue