Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:378:31
- |
- 378 | divide_error: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:378:31
- |
- 378 | divide_error: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:379:24
- |
- 379 | debug: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:379:24
- |
- 379 | debug: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:380:41
- |
- 380 | non_maskable_interrupt: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:380:41
- |
- 380 | non_maskable_interrupt: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:381:29
- |
- 381 | breakpoint: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:381:29
- |
- 381 | breakpoint: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:382:27
- |
- 382 | overflow: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:382:27
- |
- 382 | overflow: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:383:39
- |
- 383 | bound_range_exceeded: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:383:39
- |
- 383 | bound_range_exceeded: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:384:33
- |
- 384 | invalid_opcode: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:384:33
- |
- 384 | invalid_opcode: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:385:39
- |
- 385 | device_not_available: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:385:39
- |
- 385 | device_not_available: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:386:31
- |
- 386 | double_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:386:31
- |
- 386 | double_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:387:46
- |
- 387 | coprocessor_segment_overrun: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:387:46
- |
- 387 | coprocessor_segment_overrun: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:388:30
- |
- 388 | invalid_tss: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:388:30
- |
- 388 | invalid_tss: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:389:38
- |
- 389 | segment_not_present: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:389:38
- |
- 389 | segment_not_present: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:390:38
- |
- 390 | stack_segment_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:390:38
- |
- 390 | stack_segment_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:391:43
- |
- 391 | general_protection_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:391:43
- |
- 391 | general_protection_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:392:29
- |
- 392 | page_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:392:29
- |
- 392 | page_fault: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:393:29
- |
- 393 | reserved_1: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:393:29
- |
- 393 | reserved_1: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:394:37
- |
- 394 | x87_floating_point: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:394:37
- |
- 394 | x87_floating_point: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:395:34
- |
- 395 | alignment_check: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:395:34
- |
- 395 | alignment_check: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:396:32
- |
- 396 | machine_check: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:396:32
- |
- 396 | machine_check: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:397:38
- |
- 397 | simd_floating_point: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:397:38
- |
- 397 | simd_floating_point: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:398:33
- |
- 398 | virtualization: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:398:33
- |
- 398 | virtualization: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:399:29
- |
- 399 | reserved_2: [Entry::missing(); 9],
- | ^^^^^^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:399:29
- |
- 399 | reserved_2: [Entry::missing(); 9],
- | ^^^^^^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:399:30
- |
- 399 | reserved_2: [Entry::missing(); 9],
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:399:30
- |
- 399 | reserved_2: [Entry::missing(); 9],
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:400:37
- |
- 400 | security_exception: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:400:37
- |
- 400 | security_exception: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:401:29
- |
- 401 | reserved_3: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:401:29
- |
- 401 | reserved_3: Entry::missing(),
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:402:29
- |
- 402 | interrupts: [Entry::missing(); 256 - 32],
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:402:29
- |
- 402 | interrupts: [Entry::missing(); 256 - 32],
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0658]: function pointers cannot appear in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:402:30
- |
- 402 | interrupts: [Entry::missing(); 256 - 32],
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57563 <https://github.com/rust-lang/rust/issues/57563> for more information
- = help: add `#![feature(const_fn_fn_ptr_basics)]` to the crate attributes to enable
- error[E0658]: mutable references are not allowed in constant functions
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/idt.rs:402:30
- |
- 402 | interrupts: [Entry::missing(); 256 - 32],
- | ^^^^^^^^^^^^^^^^
- |
- = note: see issue #57349 <https://github.com/rust-lang/rust/issues/57349> for more information
- = help: add `#![feature(const_mut_refs)]` to the crate attributes to enable
- error[E0277]: the trait bound `PageTableEntry: core::marker::Copy` is not satisfied
- --> /home/inojelis/.cargo/registry/src/github.com-1ecc6299db9ec823/x86_64-0.11.0/src/structures/paging/page_table.rs:192:22
- |
- 192 | entries: [PageTableEntry::new(); ENTRY_COUNT],
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::marker::Copy` is not implemented for `PageTableEntry`
- |
- = note: the `Copy` trait is required because the repeated element will be copied
- error: aborting due to 55 previous errors
Add Comment
Please, Sign In to add comment