about summary refs log tree commit diff
path: root/tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs')
-rw-r--r--tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs b/tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs
index 8449479287f..48f328f4fad 100644
--- a/tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs
+++ b/tests/ui-fulldeps/codegen-backend/auxiliary/the_backend.rs
@@ -33,6 +33,10 @@ impl CodegenBackend for TheBackend {
         ""
     }
 
+    fn name(&self) -> &'static str {
+        "the-backend"
+    }
+
     fn codegen_crate(&self, tcx: TyCtxt<'_>) -> Box<dyn Any> {
         Box::new(CodegenResults {
             modules: vec![],