]> git.lizzy.rs Git - rust.git/commit
Alter E0412 help message wording
authortiehuis <marctiehuis@gmail.com>
Sun, 20 Mar 2016 03:02:31 +0000 (16:02 +1300)
committertiehuis <marctiehuis@gmail.com>
Sun, 20 Mar 2016 03:02:31 +0000 (16:02 +1300)
commit1138866b1fe10127e910ce246d7c741bf51a6a04
tree545d6ae3b3091837a9d3938363886854c7218e37
parent02310fd313cf3eed11fe5ac11921b73cc3b648d4
Alter E0412 help message wording

The initial wording does not make sense due to an extra 'to'.

There are two potential candidates we can change this to:
 - 'you can import it into scope'
 - 'to import it into scope'

In keeping the changes minimal, we choose the first, as this is more in line with the grammar of the extended candidates help message.
src/librustc_resolve/lib.rs