We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0647632 commit 99308caCopy full SHA for 99308ca
src/lib.rs
@@ -10,7 +10,7 @@
10
11
extern crate core;
12
#[cfg(not(target_os = "android"))]
13
-compile_error!("Terracotta lib mode is intended for Android platform.");
+compile_error!("Terracotta Library is intended for Android platform.");
14
15
#[macro_export]
16
macro_rules! logging {
src/main.rs
@@ -12,7 +12,7 @@
target_os = "macos",
target_os = "freebsd"
)))]
+compile_error!("Terracotta Executable is intended for Windows, Linux, macos and FreeBSD.");
17
18
0 commit comments