rollup merge of #23786: alexcrichton/less-quotes
Conflicts: src/test/auxiliary/static-function-pointer-aux.rs src/test/auxiliary/trait_default_method_xc_aux.rs src/test/run-pass/issue-4545.rs
This commit is contained in:
commit
d3a4f362cb
100 changed files with 259 additions and 300 deletions
|
|
@ -937,7 +937,7 @@ extern crate pcre;
|
|||
|
||||
extern crate std; // equivalent to: extern crate std as std;
|
||||
|
||||
extern crate "std" as ruststd; // linking to 'std' under another name
|
||||
extern crate std as ruststd; // linking to 'std' under another name
|
||||
```
|
||||
|
||||
##### Use declarations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue