• B
    auto merge of #11607 : alexcrichton/rust/issue-9957, r=cmr · b5a110c7
    bors 提交于
    For `use` statements, this means disallowing qualifiers when in functions and
    disallowing `priv` outside of functions.
    
    For `extern mod` statements, this means disallowing everything everywhere. It
    may have been envisioned for `pub extern mod foo` to be a thing, but it
    currently doesn't do anything (resolve doesn't pick it up), so better to err on
    the side of forwards-compatibility and forbid it entirely for now.
    
    Closes #9957
    b5a110c7
quote.rs 21.5 KB