2

In rustc, there are 4 code models. You can see the list by typing rustc --print code-models:

Available code models:
    small
    kernel
    medium
    large

What do they mean?

trent
  • 25,033
  • 7
  • 51
  • 90
William Taylor
  • 549
  • 3
  • 22
  • This looks very similar to [What does the CodeModel in Clang / LLVM refer to?](https://stackoverflow.com/questions/40493448/what-does-the-codemodel-in-clang-llvm-refer-to) Does this answer your question? – trent Apr 11 '20 at 04:57
  • Yes, it answered my question, thanks for the grammar fix. – William Taylor Apr 11 '20 at 05:23

0 Answers0