diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2023-09-16 23:31:34 +0200 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2023-09-17 14:12:07 +0000 |
commit | 4bf84ba1545a5115eb614be22d95f24c1ea5e2c9 (patch) | |
tree | 32e19f53dded5c60866265c518bd7601731e3d74 /gcc/rust/hir | |
parent | 2322c30f8c53b0571e33ef95598f53ec2534d3b2 (diff) | |
download | gcc-4bf84ba1545a5115eb614be22d95f24c1ea5e2c9.zip gcc-4bf84ba1545a5115eb614be22d95f24c1ea5e2c9.tar.gz gcc-4bf84ba1545a5115eb614be22d95f24c1ea5e2c9.tar.bz2 |
gccrs: Minor typo fix
Fix varadic -> variadic
gcc/rust/ChangeLog:
* backend/rust-compile-expr.cc (CompileExpr::visit): Fix typo in varIadic.
* backend/rust-compile-type.cc (TyTyResolveCompile::visit): Likewise.
* rust-backend.h (function_type_varadic): Rename into ...
(function_type_variadic): ... this.
* rust-gcc.cc (function_type_varadic): Rename into ...
(function_type_variadic): ... this.
* typecheck/rust-tyty-call.cc (TypeCheckCallExpr::visit): Likewise.
* typecheck/rust-tyty.h (is_varadic): Renamed into ...
(is_variadic): ... this.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Diffstat (limited to 'gcc/rust/hir')
0 files changed, 0 insertions, 0 deletions