For me the solution was to install build essential. sudo apt install build-essential It includes (or is?) gcc that is the missing dependency. I would recommend mentioning it in rust installation page.
sudo apt install build-essential