Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E0045] Variadic Parameters Used on Non-C ABI Function #2451

Merged

Commits on Jul 19, 2023

  1. gccrs: [E0045] Variadic Parameters Used on Non-C ABI Function

    Added error code support for using variadic parameters used
    on Non-C ABI function. Fixes Rust-GCC#2382
    
    gcc/rust/ChangeLog:
    
    	* typecheck/rust-hir-type-check-implitem.cc (TypeCheckTopLevelExternItem::visit):
    	Added check for error code support.
    
    gcc/testsuite/ChangeLog:
    
    	* rust/compile/abi-vardaic.rs: New test.
    
    Signed-off-by: Muhammad Mahad <mahadtxt@gmail.com>
    MahadMuhammad committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    137eaaf View commit details
    Browse the repository at this point in the history