about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-05-15 13:29:52 +0200
committerGitHub <noreply@github.com>2021-05-15 13:29:52 +0200
commit36b3c284977ed73bcf39affb7e2b7f75ffeeb4d5 (patch)
tree5a791c59c06518d14323a146e9ffdf7f71094ab2 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent57aa0d812acee349a04215918d70456c1a13e167 (diff)
parenta56d0e2f6e8b41ab2f307220acbc8fa03caaeaec (diff)
downloadrust-36b3c284977ed73bcf39affb7e2b7f75ffeeb4d5.tar.gz
rust-36b3c284977ed73bcf39affb7e2b7f75ffeeb4d5.zip
Rollup merge of #85253 - RafaelKr:patch-1, r=varkor
swap function order for better read flow

I was reading this error message for the first time.

I was a little bit confused when reading that part:
```
foo.bar(); // we can now use this method since i32 implements the Foo trait
```

At the time I was reading `// we can now use this method` I wasn't sure why. It only made sense when reading on. So swapping these parts results in a better read flow.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions