about summary refs log tree commit diff
path: root/tests/codegen/patchable-function-entry
diff options
context:
space:
mode:
authortempdragon <645703113@qq.com>2024-03-11 12:55:28 +0800
committertempdragon <645703113@qq.com>2024-03-11 12:55:28 +0800
commita7d39b852a5ad19b11781c18b59d38dc6ef92932 (patch)
treed153f72de31ea599ff01afb30cdf23356f2f5828 /tests/codegen/patchable-function-entry
parent3fd9db31bf485bd177481f12344e1e501a8a0234 (diff)
downloadrust-a7d39b852a5ad19b11781c18b59d38dc6ef92932.tar.gz
rust-a7d39b852a5ad19b11781c18b59d38dc6ef92932.zip
fix(from_low_high): Renamed according to clippy requirements
Changed for clippy naming convention requirement:
```
warning: methods called `from_*` usually take no `self`
   --> src/int.rs:996:22
    |
996 |     fn from_low_high(&self, typ: Type<'gcc>, low: i64, high: i64) -> RValue<'gcc> {
    |                      ^^^^^
    |
    = help: consider choosing a less ambiguous name
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention
    = note: `#[warn(clippy::wrong_self_convention)]` on by default
```
Diffstat (limited to 'tests/codegen/patchable-function-entry')
0 files changed, 0 insertions, 0 deletions