From 8a8bb49afa8f85f18ebd7096d2a2ea34a64b2bf4 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Mon, 4 Jan 2021 17:25:39 +0100 Subject: [PATCH] Update src/compiler-debugging.md Co-authored-by: Joshua Nelson --- src/compiler-debugging.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index a9856349..13cb3cf7 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -60,9 +60,7 @@ stack backtrace: 37: rustc_driver::run_compiler ``` -If you set `debug = true`, you will get line numbers for the stack trace. -`debuginfo-level = 1` will also add line numbers, but `debug = true` gives -full debug info. Then the backtrace will look like this: +If you set `debug = true`, you will get line numbers for the stack trace. Then the backtrace will look like this: ```text stack backtrace: