about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo
diff options
context:
space:
mode:
authorDenis Merigoux <denis.merigoux@gmail.com>2018-09-24 17:35:39 +0200
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2018-11-16 14:36:38 +0200
commit97825a36bec3bdad71669834178a85d7fdff43bc (patch)
tree6f77b5d8efc82847acf2affaa2fcff9040c5ac2a /src/librustc_codegen_llvm/debuginfo
parentac34068ed9c1fa96d7fd172c1033df96db1d7143 (diff)
downloadrust-97825a36bec3bdad71669834178a85d7fdff43bc.tar.gz
rust-97825a36bec3bdad71669834178a85d7fdff43bc.zip
Move doc to trait declarations
Diffstat (limited to 'src/librustc_codegen_llvm/debuginfo')
-rw-r--r--src/librustc_codegen_llvm/debuginfo/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/librustc_codegen_llvm/debuginfo/mod.rs b/src/librustc_codegen_llvm/debuginfo/mod.rs
index 81a889b5134..eef3ddb24a7 100644
--- a/src/librustc_codegen_llvm/debuginfo/mod.rs
+++ b/src/librustc_codegen_llvm/debuginfo/mod.rs
@@ -285,12 +285,6 @@ impl DebugInfoBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
 }
 
 impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> {
-    /// Creates the function-specific debug context.
-    ///
-    /// Returns the FunctionDebugContext for the function which holds state needed
-    /// for debug info creation. The function may also return another variant of the
-    /// FunctionDebugContext enum which indicates why no debuginfo should be created
-    /// for the function.
     fn create_function_debug_context(
         &self,
         instance: Instance<'tcx>,