From ed721052a6de51073b5bae6d735e8475882e8abc Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Tue, 5 Jan 2021 09:55:39 +0100 Subject: [PATCH] Break up long line --- src/compiler-debugging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index 2fb2e603..a04ef0ea 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -56,7 +56,8 @@ stack backtrace: 37: rustc_driver::run_compiler ``` -If you set `debug = true`, you will get line numbers for the stack trace. 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: