public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Change default crate name to example
@ 2022-06-08 12:02 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:63429653c1aed3fd5e9d1de5d75c1831351855eb

commit 63429653c1aed3fd5e9d1de5d75c1831351855eb
Author: Philip Herron <philip.herron@embecosm.com>
Date:   Tue Jan 25 16:28:52 2022 +0000

    Change default crate name to example

Diff:
---
 gcc/rust/rust-session-manager.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/rust/rust-session-manager.cc b/gcc/rust/rust-session-manager.cc
index c930f55792c..83f35ffd727 100644
--- a/gcc/rust/rust-session-manager.cc
+++ b/gcc/rust/rust-session-manager.cc
@@ -69,7 +69,7 @@ const char *kHIRDumpFile = "gccrs.hir.dump";
 const char *kHIRTypeResolutionDumpFile = "gccrs.type-resolution.dump";
 const char *kTargetOptionsDumpFile = "gccrs.target-options.dump";
 
-const std::string kDefaultCrateName = "TestCrate";
+const std::string kDefaultCrateName = "example";
 
 // Implicitly enable a target_feature (and recursively enable dependencies).
 void


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 12:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:02 [gcc/devel/rust/master] Change default crate name to example Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).