Rust used to have a lot of stuff built into the language, including garbage collection![0] I think that a long time ago they chose to move stuff out into libraries so that Rust could be a serious competitor to C++.
https://pcwalton.github.io/2013/06/02/removing-garbage-colle...