]> git.lizzy.rs Git - rust.git/commit
Don't add struct names to the value name space if there's no constructor
authorTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 8 Aug 2012 18:52:23 +0000 (11:52 -0700)
committerTim Chevalier <chevalier@alum.wellesley.edu>
Wed, 8 Aug 2012 18:53:08 +0000 (11:53 -0700)
commitc7d60ee05307eab7f7def3d6855ca471253e7810
tree7b95d39cfad5da8069c84efcbe96f56c3d00174c
parentc5fbff01ce2b3e2d3020182891d4a22b8958f7f3
Don't add struct names to the value name space if there's no constructor

Closes #3149
src/rustc/middle/resolve3.rs
src/test/run-pass/issue-3149.rs [new file with mode: 0644]