1
Fork 0

Make visible types public in rustc

This commit is contained in:
Steven Fackler 2014-03-02 15:26:39 -08:00
parent 51233c5219
commit 4c2353adee
20 changed files with 43 additions and 46 deletions

View file

@ -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,