about summary refs log tree commit diff
path: root/src/doc/style/features/traits/overloading.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/style/features/traits/overloading.md')
-rw-r--r--src/doc/style/features/traits/overloading.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/doc/style/features/traits/overloading.md b/src/doc/style/features/traits/overloading.md
new file mode 100644
index 00000000000..d7482c96190
--- /dev/null
+++ b/src/doc/style/features/traits/overloading.md
@@ -0,0 +1,7 @@
+% Using traits for overloading
+
+> **[FIXME]** Elaborate.
+
+> **[FIXME]** We need to decide on guidelines for this use case. There are a few
+> patterns emerging in current Rust code, but it's not clear how widespread they
+> should be.