Skip to content

Compiler Error because: " invalid signature for extern "x86-interrupt" function" #1424

@The-newbier

Description

@The-newbier

I just downloaded the latest "blog-code" and compilet it.
here is my error with rust version(rustc 1.90.0-nightly):

`error: invalid signature for extern "x86-interrupt" function
--> src\interrupts.rs:70:6
|
70 | ) -> ! {
| ^
|
= note: functions with the "custom" ABI cannot have a return type
help: remove the return type
--> src\interrupts.rs:70:6
|
70 | ) -> ! {
| ^

error: could not compile blog_os (lib) due to 1 previous error`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions