]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/debuginfo/doc.rs
compiletest: Do not run debuginfo tests with gdb on msvc targets
[rust.git] / src / librustc_codegen_llvm / debuginfo / doc.rs
index daccfc9b242f924da3e63444abd4c2c1b029334a..b3a8fa2988785da9ed8f028f46fcab63ebda7c0e 100644 (file)
 //! In order for link-time optimization to work properly, LLVM needs a unique
 //! type identifier that tells it across compilation units which types are the
 //! same as others. This type identifier is created by
-//! TypeMap::get_unique_type_id_of_type() using the following algorithm:
+//! `TypeMap::get_unique_type_id_of_type()` using the following algorithm:
 //!
 //! (1) Primitive types have their name as ID
 //! (2) Structs, enums and traits have a multipart identifier