From a741bd6b83d1e374c8218b5439e26522499cc4ae Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 16 May 2022 17:56:23 +0200 Subject: Absolute paths --- src/source.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/source.rs') diff --git a/src/source.rs b/src/source.rs index a7c95255..780e12a8 100644 --- a/src/source.rs +++ b/src/source.rs @@ -54,7 +54,8 @@ impl SourceStore { } } - /// Load a source file from a path using the `loader`. + /// Load a source file from a path relative to the compilation environment's + /// root. /// /// If there already exists a source file for this path, it is /// [replaced](SourceFile::replace). -- cgit v1.2.3