archmage 0.9.21

Safely invoke your intrinsic power, using the tokens granted to you by the CPU. Cast primitive magics faster than any mage alive.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0080]: index out of bounds: the length is 1 but the index is 1
 --> tests/compile_fail/token_aliasing.rs:8:1
  |
8 | #[arcane]
  | ^^^^^^^^^ evaluation of `evil::_ARCHMAGE_TOKEN_MISMATCH` failed here
  |
  = note: this error originates in the attribute macro `arcane` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unused variable: `token`
 --> tests/compile_fail/token_aliasing.rs:9:9
  |
9 | fn evil(token: X64V3Token, data: &[f32; 8]) -> f32 {
  |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
  |
  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default