Home Explore Blog CI



rustc

|   

*-- 

|   

*-- 

|   

*-- 

|   

*-- 

rustc

A guide to how rustc works and how to contribute to it.

This knowledge-base was auto-generated by script. It's built by gemini-2.0 at 2025-06-05 15:43:23.391120.

How to clone

rag clone https://ragit.baehyunsol.com/sample/rustc

How to reproduce

git clone https://github.com/rust-lang/rustc-dev-guide/;
cd rustc-dev-guide;
rag init;
# set api key of your model
rag config --set model gemini-2.0;
rag add **/*.md;
rag build;