Home / Report Question

Q. Which of the following best describes `unsafe` in Rust?
  • A. Turns off all type checks
  • B. Allows using low-level operations
  • C. Disables the compiler
  • D. Used for testing only