]> git.lizzy.rs Git - rust.git/commit
rustc: Don't mark type parameters as exported
authorAlex Crichton <alex@alexcrichton.com>
Mon, 16 Jun 2014 20:53:09 +0000 (13:53 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 17 Jun 2014 01:16:28 +0000 (18:16 -0700)
commitaccb442b38cb5e7f64ed80199ce5d77f3e4c4dd7
tree7d8c74911540155f05cbc55afeb7155a126cd7f4
parent01dc27a219435714ec38d0a2ddd1594d96e4da72
rustc: Don't mark type parameters as exported

This ends up causing the privacy pass to get all confused, and there's nothing
inherently exported about them anyway.

Closes #14933
src/librustc/middle/privacy.rs
src/test/run-pass/issue-14933.rs [new file with mode: 0644]