archmage 0.9.13

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
error[E0308]: mismatched types
  --> tests/compile_fail/wrong_token.rs:11:24
   |
11 |         requires_x64v3(v2);
   |         -------------- ^^ expected `X64V3Token`, found `X64V2Token`
   |         |
   |         arguments to this function are incorrect
   |
note: function defined here
  --> tests/compile_fail/wrong_token.rs:6:4
   |
 6 | fn requires_x64v3(_token: X64V3Token) {}
   |    ^^^^^^^^^^^^^^ ------------------